mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
ui: Fix the styles action button (#4856)
This commit is contained in:
parent
a53ecacf41
commit
eaefc2a69f
@ -17,11 +17,11 @@
|
||||
|
||||
<template>
|
||||
<span class="row-action-button">
|
||||
<a-tooltip arrowPointAtCenter placement="bottomRight">
|
||||
<a-tooltip arrowPointAtCenter placement="bottomRight" v-if="resource && resource.id && dataView">
|
||||
<template slot="title">
|
||||
{{ $t('label.view.console') }}
|
||||
</template>
|
||||
<console :resource="resource" :size="size" v-if="resource && resource.id && dataView" />
|
||||
<console :resource="resource" :size="size" />
|
||||
</a-tooltip>
|
||||
<a-tooltip
|
||||
v-for="(action, actionIndex) in actions"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user