mirror of https://github.com/apache/cloudstack.git
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:
commit
4ce0562cff
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue