Skip to content

Commit 4580a30

Browse files
committed
Fix dom0 add cluster name
1 parent 3538353 commit 4580a30

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/components/exadata/exadatas/ExadataTypesVms.vue

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,19 @@
2727
/>
2828
</template>
2929
</b-table-column>
30+
31+
<b-table-column centered label="Cluster Name">
32+
<template v-slot="props">
33+
<ExadataVmsUpdate
34+
:cluster="{
35+
rackID: rackID,
36+
hostID: hostID,
37+
hostname: props.row.name,
38+
clusterName: props.row.clusterName,
39+
}"
40+
/>
41+
</template>
42+
</b-table-column>
3043
</template>
3144

3245
<template v-if="type === 'KVM'">

0 commit comments

Comments
 (0)