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
This commit is contained in:
Anurag Awasthi 2019-06-27 12:51:29 +05:30 committed by Rohit Yadav
parent 58474530f6
commit 95a509a1ed
1 changed files with 1 additions and 4 deletions

View File

@ -29,10 +29,7 @@ cloudStackOptions = {
"jp": "label.japanese.keyboard",
"sc": "label.simplified.chinese.keyboard"
},
hiddenFields: {
"metrics.zones":[], // Options - "name", "state", "clusters", "cpuused", "cpuallocated", "memused", "memallocated"
"metrics.clusters": [], // Options - "name", "state", "hosts", "cpuused", "cpuallocated", "memused", "memallocated"
"metrics.hosts": [], // Options - "name", "state", "powerstate", "instances", "cpuused", "memused", "network"
hiddenFields: { // Fields to be hidden only for users in the tables below
"metrics.storagepool": [], // Options - "name", "property", "disk",
"metrics.instances": [], // Options - "name", "state", "ipaddress", "zonename", "cpuused", "memused", "network", "disk"
"metrics.volumes": [] // Options - "name", "state", "vmname", "sizegb", "physicalsize", "utilization", "storagetype", "storage"