nvazquez commented on a change in pull request #3553: [WIP] [DO NOT MERGE] CloudStack Backup & Recovery Framework URL: https://github.com/apache/cloudstack/pull/3553#discussion_r357928344
########## File path: ui/scripts/configuration.js ########## @@ -2926,6 +2926,270 @@ } }, + backupOfferings: { + type: 'select', + title: 'label.menu.backup.offerings', + listView: { + id: 'backupOfferings', + label: 'label.menu.backup.offerings', + fields: { + name: { + label: 'label.name', + editable: true + }, + description: { + label: 'label.description' + }, + zoneid: { Review comment: Displaying the zone name will be better IMO, it is already available on the response of the backup offering listing ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services