mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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,
|
dataView: true,
|
||||||
popup: true,
|
popup: true,
|
||||||
groupMap: (selection) => { return selection.map(x => { return { id: x } }) },
|
groupMap: (selection) => { return selection.map(x => { return { id: x } }) },
|
||||||
args: ['name', 'description']
|
args: ['name', 'description', 'allowuserdrivenbackups']
|
||||||
}, {
|
}, {
|
||||||
api: 'deleteBackupOffering',
|
api: 'deleteBackupOffering',
|
||||||
icon: 'delete-outlined',
|
icon: 'delete-outlined',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user