You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/03/27 11:00:23 UTC

[cloudstack-primate] branch master updated: storage: fix volume details (#268)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f6d039  storage: fix volume details (#268)
5f6d039 is described below

commit 5f6d039ca29ed57bd3f778206a2d7119691c9f3e
Author: Abhishek Kumar <ab...@gmail.com>
AuthorDate: Fri Mar 27 16:30:15 2020 +0530

    storage: fix volume details (#268)
    
    Fixes: #196
    
    Added some missing fields compared to old UI
    
    Signed-off-by: Abhishek Kumar <ab...@gmail.com>
---
 src/config/section/storage.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config/section/storage.js b/src/config/section/storage.js
index 85ae4d5..91fc7bb 100644
--- a/src/config/section/storage.js
+++ b/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',