From 6b54902c26b5402f7d77326a7d2a9475597ae13a Mon Sep 17 00:00:00 2001 From: Anurag Awasthi Date: Thu, 27 Jun 2019 09:04:27 +0530 Subject: [PATCH] Update config file with tables that users can see --- ui/config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ui/config.js b/ui/config.js index f715360fd0da..27d8c39046ad 100644 --- a/ui/config.js +++ b/ui/config.js @@ -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"