Skip to content

Commit 95a509a

Browse files
Anurag Awasthiyadvr
authored andcommitted
ui: Update config file with tables that users can see (#3429)
This is a purely documentation change of config file. The cleanup was needed post merge of PR #3258
1 parent 5847453 commit 95a509a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

ui/config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ cloudStackOptions = {
2929
"jp": "label.japanese.keyboard",
3030
"sc": "label.simplified.chinese.keyboard"
3131
},
32-
hiddenFields: {
33-
"metrics.zones":[], // Options - "name", "state", "clusters", "cpuused", "cpuallocated", "memused", "memallocated"
34-
"metrics.clusters": [], // Options - "name", "state", "hosts", "cpuused", "cpuallocated", "memused", "memallocated"
35-
"metrics.hosts": [], // Options - "name", "state", "powerstate", "instances", "cpuused", "memused", "network"
32+
hiddenFields: { // Fields to be hidden only for users in the tables below
3633
"metrics.storagepool": [], // Options - "name", "property", "disk",
3734
"metrics.instances": [], // Options - "name", "state", "ipaddress", "zonename", "cpuused", "memused", "network", "disk"
3835
"metrics.volumes": [] // Options - "name", "state", "vmname", "sizegb", "physicalsize", "utilization", "storagetype", "storage"

0 commit comments

Comments
 (0)