Skip to content

Commit a3c1939

Browse files
nicoschmdtpatrickelectric
authored andcommitted
frontend: kraken: only show extension logs when it is enabled
1 parent 4394c7f commit a3c1939

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/frontend/src/components/kraken/cards/InstalledExtensionCard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
Uninstall
187187
</v-btn>
188188
<v-btn
189+
v-if="extension.enabled"
189190
:style="{ backgroundColor: buttonBgColor }"
190191
@click="$emit('showlogs', extension)"
191192
>

0 commit comments

Comments
 (0)