Skip to content

Commit 52a9566

Browse files
committed
wip
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 34d2a3b commit 52a9566

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/config/section/infra/clusters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default {
2626
permission: ['listClustersMetrics'],
2727
searchFilters: ['name', 'zoneid', 'podid', 'hypervisor'],
2828
columns: () => {
29-
const fields = ['name', 'state', 'allocationstate', 'clustertype', 'hypervisortype', 'hosts']
29+
const fields = ['name', 'state', 'allocationstate', 'clustertype', 'arch', 'hypervisortype', 'hosts']
3030
const metricsFields = ['cpuused', 'cpumaxdeviation', 'cpuallocated', 'cputotal', 'memoryused', 'memorymaxdeviation', 'memoryallocated', 'memorytotal', 'drsimbalance']
3131
if (store.getters.metrics) {
3232
fields.push(...metricsFields)

ui/src/config/section/infra/hosts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default {
3232
},
3333
params: { type: 'routing' },
3434
columns: () => {
35-
const fields = ['name', 'state', 'resourcestate', 'ipaddress', 'hypervisor', 'instances', 'powerstate', 'version']
35+
const fields = ['name', 'state', 'resourcestate', 'ipaddress', 'arch', 'hypervisor', 'instances', 'powerstate', 'version']
3636
const metricsFields = ['cpunumber', 'cputotalghz', 'cpuusedghz', 'cpuallocatedghz', 'memorytotalgb', 'memoryusedgb', 'memoryallocatedgb', 'networkread', 'networkwrite']
3737
if (store.getters.metrics) {
3838
fields.push(...metricsFields)

0 commit comments

Comments
 (0)