This is an automated email from the ASF dual-hosted git repository. dahn pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 53eb2c5b9b7 File-based disk-only VM snapshot with KVM as hypervisor (#10632) add 65d359228dc Allow populating generic templates during Zone Deployment (#10947) No new revisions were added by this update. Summary of changes: ui/public/cloud-image-templates.json | 110 ++++++++ ui/public/locales/en.json | 3 + ui/src/views/infra/zone/ZoneWizard.vue | 40 ++- ui/src/views/infra/zone/ZoneWizardLaunchZone.vue | 9 +- .../infra/zone/ZoneWizardRegisterTemplate.vue | 298 +++++++++++++++++++++ 5 files changed, 455 insertions(+), 5 deletions(-) create mode 100644 ui/public/cloud-image-templates.json create mode 100644 ui/src/views/infra/zone/ZoneWizardRegisterTemplate.vue