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 0b1eda6  config: fix columns and details of vm snapshots (#232)
0b1eda6 is described below

commit 0b1eda662ab50a2ed78c8bfcd8d565e87e29c894
Author: Abhishek Kumar <[email protected]>
AuthorDate: Sun Mar 22 01:46:43 2020 +0530

    config: fix columns and details of vm snapshots (#232)
    
    Fixes VM snapshot parent name and displayname in column and details.
    
    Fixes #229
    Fixes #230
    
    Signed-off-by: Abhishek Kumar <[email protected]>
---
 src/config/section/storage.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/config/section/storage.js b/src/config/section/storage.js
index 26cbeab..f2aa43b 100644
--- a/src/config/section/storage.js
+++ b/src/config/section/storage.js
@@ -222,8 +222,8 @@ export default {
       icon: 'camera',
       permission: ['listVMSnapshot'],
       resourceType: 'VMSnapshot',
-      columns: ['name', 'state', 'type', 'current', 'parent', 'created', 
'account'],
-      details: ['name', 'id', 'displayname', 'description', 'type', 'current', 
'parent', 'virtualmachineid', 'account', 'domain', 'created'],
+      columns: ['displayname', 'state', 'type', 'current', 'parentName', 
'created', 'account'],
+      details: ['name', 'id', 'displayname', 'description', 'type', 'current', 
'parentName', 'virtualmachineid', 'account', 'domain', 'created'],
       actions: [
         {
           api: 'revertToVMSnapshot',

Reply via email to