Skip to content

Commit 836eca2

Browse files
authored
Atlassian integrations warning (#3001)
1 parent 79ac53d commit 836eca2

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

frontend/src/modules/lf/layout/components/lf-banners.vue

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
2+
<!-- TODO: Remove the || true once the integrations are back up -->
23
<div
3-
v-if="showBanner"
4+
v-if="showBanner || true"
45
>
56
<div class="pt-14">
67
<!-- Links to {sub-project} integrations page -->
@@ -126,6 +127,18 @@
126127
</router-link>
127128
</div>
128129
</banner>
130+
<!-- TODO: Remove this banner once Jira and Confluence integrations are back up -->
131+
<banner
132+
variant="alert"
133+
>
134+
<div
135+
class="flex flex-wrap items-center justify-center grow text-sm py-2"
136+
>
137+
<span class="font-semibold">Temporary Disruption of Confluence and Jira Integrations</span>
138+
<span>Confluence and Jira integrations are currently stopped.
139+
The team is actively working on bringing the integrations back and restore full functionality.</span>
140+
</div>
141+
</banner>
129142
</div>
130143
</div>
131144
</template>

0 commit comments

Comments
 (0)