mirror of https://github.com/apache/cloudstack.git
ui: Allow users to list VMs by Backup Offering Id in UI (#5818)
Co-authored-by: SadiJr <sadi@scclouds.com.br>
This commit is contained in:
parent
204fd5cda8
commit
44f6730868
|
|
@ -207,6 +207,11 @@ export default {
|
|||
permission: ['listBackupOfferings', 'listInfrastructure'],
|
||||
columns: ['name', 'description', 'zonename'],
|
||||
details: ['name', 'id', 'description', 'externalid', 'zone', 'allowuserdrivenbackups', 'created'],
|
||||
related: [{
|
||||
name: 'vm',
|
||||
title: 'label.instances',
|
||||
param: 'backupofferingid'
|
||||
}],
|
||||
actions: [{
|
||||
api: 'importBackupOffering',
|
||||
icon: 'plus',
|
||||
|
|
|
|||
Loading…
Reference in New Issue