Skip to content

Commit eaefc2a

Browse files
author
Hoang Nguyen
authored
ui: Fix the styles action button (#4856)
1 parent a53ecac commit eaefc2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/src/components/view/ActionButton.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
<template>
1919
<span class="row-action-button">
20-
<a-tooltip arrowPointAtCenter placement="bottomRight">
20+
<a-tooltip arrowPointAtCenter placement="bottomRight" v-if="resource && resource.id && dataView">
2121
<template slot="title">
2222
{{ $t('label.view.console') }}
2323
</template>
24-
<console :resource="resource" :size="size" v-if="resource && resource.id && dataView" />
24+
<console :resource="resource" :size="size" />
2525
</a-tooltip>
2626
<a-tooltip
2727
v-for="(action, actionIndex) in actions"

0 commit comments

Comments
 (0)