This is an automated email from the ASF dual-hosted git repository.
andrijapanic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new d967993 Remove additional line from config as storagepool isn't
available for users
new 4ce0562 Merge pull request #3432 from shapeblue/config_another_cleanup
d967993 is described below
commit d967993a0ab274e14ff7f214057d9b964a1b90a1
Author: Anurag Awasthi <[email protected]>
AuthorDate: Thu Jun 27 16:53:37 2019 +0530
Remove additional line from config as storagepool isn't available for users
---
ui/config.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/ui/config.js b/ui/config.js
index 27d8c39..0203eaa 100644
--- a/ui/config.js
+++ b/ui/config.js
@@ -30,7 +30,6 @@ cloudStackOptions = {
"sc": "label.simplified.chinese.keyboard"
},
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"
}