File tree 2 files changed +11
-16
lines changed
config/integrations/jira/components
modules/lf/layout/components
2 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <lf-tooltip
3
- placement =" top"
4
- content-class =" !max-w-76 !p-3 !text-start"
5
- content =" These integrations are temporarily disabled. Please contact the CM team for further questions."
6
- >
7
- <lf-button
8
- :disabled =" true"
9
- type =" secondary"
10
- @click =" isJiraSettingsDrawerVisible = true"
11
- >
2
+ <div class =" flex items-center gap-4" >
3
+ <!-- <lf-button type="secondary-ghost" @click="isDetailsModalOpen = true">-->
4
+ <!-- <lf-icon name="circle-info" type="regular" />-->
5
+ <!-- Details-->
6
+ <!-- </lf-button>-->
7
+ <lf-button type =" secondary" @click =" isJiraSettingsDrawerVisible = true" >
12
8
<lf-icon name =" link-simple" />
13
9
<slot >Connect</slot >
14
10
</lf-button >
15
- </lf-tooltip >
11
+ </div >
16
12
<lf-jira-settings-drawer
17
13
v-if =" isJiraSettingsDrawerVisible"
18
14
v-model =" isJiraSettingsDrawerVisible"
26
22
import { defineProps , ref } from ' vue' ;
27
23
import LfIcon from ' @/ui-kit/icon/Icon.vue' ;
28
24
import LfButton from ' @/ui-kit/button/Button.vue' ;
29
- import LfTooltip from ' @/ui-kit/tooltip/Tooltip.vue' ;
30
25
import LfJiraSettingsDrawer from ' @/config/integrations/jira/components/jira-settings-drawer.vue' ;
31
26
32
27
const props = defineProps <{
Original file line number Diff line number Diff line change 127
127
</router-link >
128
128
</div >
129
129
</banner >
130
- <!-- TODO: Remove this banner once Jira and Confluence integrations are back up -->
130
+ <!-- TODO: Remove this banner once Confluence integrations is back up -->
131
131
<banner
132
132
variant =" alert"
133
133
>
134
134
<div
135
135
class =" flex flex-wrap items-center justify-center grow text-sm py-2"
136
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 >
137
+ <span class =" font-semibold" >Temporary Disruption of Confluence Integration </span >
138
+ <span >  ; Confluence integration is currently stopped.
139
+ The team is actively working on bringing the integration back and restore full functionality.</span >
140
140
</div >
141
141
</banner >
142
142
</div >
You can’t perform that action at this time.
0 commit comments