mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
config: fix column label to say VM name for backups in listview
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> (cherry picked from commit 9d3f040c16087ec2e511098a03a28407f8267bdb) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
4dc6f84c62
commit
7c4c21f489
@ -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: [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user