You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by nv...@apache.org on 2022/04/28 14:09:21 UTC

[cloudstack] branch main updated: Added allowuserdrivenbackups toggle to the edit backup offering button (#6323)

This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new fd8dfa108e Added allowuserdrivenbackups toggle to the edit backup offering button (#6323)
fd8dfa108e is described below

commit fd8dfa108e8fbd63273ecc7c2cce60fb0acedef5
Author: João Jandre <48...@users.noreply.github.com>
AuthorDate: Thu Apr 28 11:09:12 2022 -0300

    Added allowuserdrivenbackups toggle to the edit backup offering button (#6323)
    
    Co-authored-by: Joao <Jo...@gitlab.com>
---
 ui/src/config/section/offering.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/config/section/offering.js b/ui/src/config/section/offering.js
index 763d397706..098b128529 100644
--- a/ui/src/config/section/offering.js
+++ b/ui/src/config/section/offering.js
@@ -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',