mirror of https://github.com/apache/cloudstack.git
Added allowuserdrivenbackups toggle to the edit backup offering button (#6323)
Co-authored-by: Joao <JoaoJandre@gitlab.com>
This commit is contained in:
parent
b85d5e491a
commit
fd8dfa108e
|
|
@ -228,7 +228,7 @@ export default {
|
|||
dataView: true,
|
||||
popup: true,
|
||||
groupMap: (selection) => { return selection.map(x => { return { id: x } }) },
|
||||
args: ['name', 'description']
|
||||
args: ['name', 'description', 'allowuserdrivenbackups']
|
||||
}, {
|
||||
api: 'deleteBackupOffering',
|
||||
icon: 'delete-outlined',
|
||||
|
|
|
|||
Loading…
Reference in New Issue