File tree 1 file changed +14
-1
lines changed
frontend/src/modules/lf/layout/components
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
+ <!-- TODO: Remove the || true once the integrations are back up -->
2
3
<div
3
- v-if =" showBanner"
4
+ v-if =" showBanner || true "
4
5
>
5
6
<div class =" pt-14" >
6
7
<!-- Links to {sub-project} integrations page -->
126
127
</router-link >
127
128
</div >
128
129
</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 >
129
142
</div >
130
143
</div >
131
144
</template >
You can’t perform that action at this time.
0 commit comments