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/06/24 17:41:48 UTC

[cloudstack-primate] branch master updated: config: fix column label to say VM name for backups in listview

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 d1b4f09  config: fix column label to say VM name for backups in listview
d1b4f09 is described below

commit d1b4f0928854187c07c1e50a455dc0b25b19df82
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Wed Jun 24 23:10:33 2020 +0530

    config: fix column label to say VM name for backups in listview
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
    (cherry picked from commit 9d3f040c16087ec2e511098a03a28407f8267bdb)
    Signed-off-by: Rohit Yadav <ro...@shapeblue.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 6a406e2..fe0f2ab 100644
--- a/src/config/section/storage.js
+++ b/src/config/section/storage.js
@@ -318,7 +318,7 @@ export default {
       title: 'label.backup',
       icon: 'cloud-upload',
       permission: ['listBackups'],
-      columns: [{ name: (record) => { return record.virtualmachinename } }, 'status', 'type', 'created', 'account', 'zone'],
+      columns: ['virtualmachinename', 'status', 'type', 'created', 'account', 'zone'],
       details: ['virtualmachinename', 'id', 'type', 'externalid', 'size', 'virtualsize', 'volumes', 'backupofferingname', 'zone', 'account', 'domain', 'created'],
       actions: [
         {