Merge pull request #3432 from shapeblue/config_another_cleanup

Remove additional line from config as storagepool isn't available for users
This commit is contained in:
Andrija Panic 2019-06-27 13:28:08 +02:00 committed by GitHub
commit 4ce0562cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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"
}