From ac2e4f266ef509112f2bcbfaff38ebea4e5f94bc Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Fri, 27 Mar 2020 16:30:15 +0530 Subject: [PATCH] storage: fix volume details (#268) Fixes: #196 Added some missing fields compared to old UI Signed-off-by: Abhishek Kumar Signed-off-by: Rohit Yadav --- ui/src/config/section/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/config/section/storage.js b/ui/src/config/section/storage.js index 85ae4d534f7..91fc7bbb483 100644 --- a/ui/src/config/section/storage.js +++ b/ui/src/config/section/storage.js @@ -27,7 +27,7 @@ export default { permission: ['listVolumesMetrics', 'listVolumes'], resourceType: 'Volume', columns: ['name', 'state', 'type', 'vmname', 'size', 'physicalsize', 'utilization', 'diskkbsread', 'diskkbswrite', 'diskiopstotal', 'storage', 'account', 'zonename'], - details: ['name', 'id', 'type', 'deviceid', 'sizegb', 'physicalsize', 'provisioningtype', 'utilization', 'diskkbsread', 'diskkbswrite', 'diskioread', 'diskiowrite', 'diskiopstotal', 'path'], + details: ['name', 'id', 'type', 'storagetype', 'diskofferingdisplaytext', 'deviceid', 'sizegb', 'physicalsize', 'provisioningtype', 'utilization', 'diskkbsread', 'diskkbswrite', 'diskioread', 'diskiowrite', 'diskiopstotal', 'miniops', 'maxiops', 'path'], related: [{ name: 'snapshot', title: 'Snapshots',