We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3538353 commit 4580a30Copy full SHA for 4580a30
src/components/exadata/exadatas/ExadataTypesVms.vue
@@ -27,6 +27,19 @@
27
/>
28
</template>
29
</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>
43
44
45
<template v-if="type === 'KVM'">
0 commit comments