We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53ecac commit eaefc2aCopy full SHA for eaefc2a
1 file changed
ui/src/components/view/ActionButton.vue
@@ -17,11 +17,11 @@
17
18
<template>
19
<span class="row-action-button">
20
- <a-tooltip arrowPointAtCenter placement="bottomRight">
+ <a-tooltip arrowPointAtCenter placement="bottomRight" v-if="resource && resource.id && dataView">
21
<template slot="title">
22
{{ $t('label.view.console') }}
23
</template>
24
- <console :resource="resource" :size="size" v-if="resource && resource.id && dataView" />
+ <console :resource="resource" :size="size" />
25
</a-tooltip>
26
<a-tooltip
27
v-for="(action, actionIndex) in actions"
0 commit comments