File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
components/QuickConnection
tests/layouts/__snapshots__ Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88 data-test =" quick-connection-open-btn"
99 prepend-icon =" mdi-console"
1010 block
11+ v-bind =" $attrs"
1112 @click =" showDialog = true"
1213 >
1314 Quick Connect
Original file line number Diff line number Diff line change 127127 </template >
128128
129129 <v-col class =" d-flex align-end justify-center" >
130- <QuickConnection />
130+ <QuickConnection :disabled = " !hasNamespaces " />
131131 </v-col >
132132 </v-list >
133133 </v-navigation-drawer >
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ exports[`App Layout Component > Renders the component 1`] = `
247247 </transition-stub >
248248 </div >
249249 <div data-v-e7291ef4 = " " class = " v-col d-flex align-end justify-center" >
250- <div data-v-136d2a2f = " " data-v-e7291ef4 = " " ><button data-v-136d2a2f = " " tabindex = " 0" type = " button" class = " v-btn v-btn--block v-theme--dark bg-primary v-btn--density-default v-btn--size-default v-btn--variant-flat" aria-label = " Dialog Quick Connection" data-test = " quick-connection-open-btn" ><span class = " v-btn__overlay" ></span ><span class = " v-btn__underlay" ></span ><span class = " v-btn__prepend" ><i class = " mdi-console mdi v-icon notranslate v-theme--dark v-icon--size-default" aria-hidden = " true" ></i ></span ><span class = " v-btn__content" data-no-activator = " " > Quick Connect </span >
250+ <div data-v-136d2a2f = " " data-v-e7291ef4 = " " disabled = " true " ><button data-v-136d2a2f = " " tabindex = " 0" type = " button" class = " v-btn v-btn--block v-btn--disabled v- theme--dark bg-primary v-btn--density-default v-btn--size-default v-btn--variant-flat" disabled = " " aria-label = " Dialog Quick Connection" data-test = " quick-connection-open-btn" ><span class = " v-btn__overlay" ></span ><span class = " v-btn__underlay" ></span ><span class = " v-btn__prepend" ><i class = " mdi-console mdi v-icon notranslate v-theme--dark v-icon--size-default" aria-hidden = " true" ></i ></span ><span class = " v-btn__content" data-no-activator = " " > Quick Connect </span >
251251 <!---->
252252 <!---->
253253 </button >
You can’t perform that action at this time.
0 commit comments