mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
ui: Show label for view console action (#4823)
This commit is contained in:
parent
136252d65d
commit
9caa535eb6
@ -17,7 +17,12 @@
|
||||
|
||||
<template>
|
||||
<span class="row-action-button">
|
||||
<console :resource="resource" :size="size" v-if="resource && resource.id && dataView" />
|
||||
<a-tooltip arrowPointAtCenter placement="bottomRight">
|
||||
<template slot="title">
|
||||
{{ $t('label.view.console') }}
|
||||
</template>
|
||||
<console :resource="resource" :size="size" v-if="resource && resource.id && dataView" />
|
||||
</a-tooltip>
|
||||
<a-tooltip
|
||||
v-for="(action, actionIndex) in actions"
|
||||
:key="actionIndex"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user