From d967993a0ab274e14ff7f214057d9b964a1b90a1 Mon Sep 17 00:00:00 2001 From: Anurag Awasthi Date: Thu, 27 Jun 2019 16:53:37 +0530 Subject: [PATCH] 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 27d8c39046a..0203eaaca8c 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" }