This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch support-list-policies
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from a759acc97ce remove unused import
add 7b9a1b46988 add create policy - snap/backup in the list view with
resource (volume/vm) selection
No new revisions were added by this update.
Summary of changes:
ui/public/locales/en.json | 5 +-
ui/src/config/section/storage.js | 30 ++++
ui/src/views/compute/BackupScheduleWizard.vue | 19 ++-
.../views/compute/backup/CreateBackupSchedule.vue | 182 +++++++++++++++++++++
ui/src/views/storage/RecurringSnapshotVolume.vue | 151 +++++++++++++++--
5 files changed, 371 insertions(+), 16 deletions(-)
create mode 100644 ui/src/views/compute/backup/CreateBackupSchedule.vue