You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/03/25 09:10:25 UTC

[cloudstack-primate] branch master updated (085135d -> fdcfb06)

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

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git.


    from 085135d  autogenview: fill edit form field values (#227)
     add fdcfb06  infra: add zone wizard (#167)

No new revisions were added by this update.

Summary of changes:
 src/locales/en.json                                |  162 +-
 src/utils/request.js                               |    2 +-
 src/views/infra/zone/AdvancedGuestTrafficForm.vue  |  216 ++
 src/views/infra/zone/IpAddressRangeForm.vue        |  258 +++
 src/views/infra/zone/StaticInputsForm.vue          |  277 +++
 src/views/infra/zone/ZoneWizard.vue                |  192 +-
 src/views/infra/zone/ZoneWizardAddResources.vue    |  898 ++++++++
 src/views/infra/zone/ZoneWizardLaunchZone.vue      | 2168 ++++++++++++++++++++
 .../infra/zone/ZoneWizardNetworkSetupStep.vue      |  444 ++++
 .../zone/ZoneWizardPhysicalNetworkSetupStep.vue    |  501 +++++
 src/views/infra/zone/ZoneWizardZoneDetailsStep.vue |  599 ++++++
 src/views/infra/zone/ZoneWizardZoneTypeStep.vue    |  153 ++
 vue.config.js                                      |    3 +-
 13 files changed, 5862 insertions(+), 11 deletions(-)
 create mode 100644 src/views/infra/zone/AdvancedGuestTrafficForm.vue
 create mode 100644 src/views/infra/zone/IpAddressRangeForm.vue
 create mode 100644 src/views/infra/zone/StaticInputsForm.vue
 create mode 100644 src/views/infra/zone/ZoneWizardAddResources.vue
 create mode 100644 src/views/infra/zone/ZoneWizardLaunchZone.vue
 create mode 100644 src/views/infra/zone/ZoneWizardNetworkSetupStep.vue
 create mode 100644 src/views/infra/zone/ZoneWizardPhysicalNetworkSetupStep.vue
 create mode 100644 src/views/infra/zone/ZoneWizardZoneDetailsStep.vue
 create mode 100644 src/views/infra/zone/ZoneWizardZoneTypeStep.vue