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 2021/07/15 07:24:06 UTC

[cloudstack] branch 4.15 updated (6b5adb7 -> 7123269)

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

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


    from 6b5adb7  ui: register vue component Descriptions (#5197)
     add 7123269  ui: deploy VM - FIX missing custom iops field (#5199)

No new revisions were added by this update.

Summary of changes:
 ui/public/locales/en.json                          |  3 +-
 ui/src/config/section/offering.js                  |  4 +-
 ui/src/views/compute/DeployVM.vue                  | 56 ++++++++++++++--
 ui/src/views/compute/wizard/ComputeSelection.vue   | 64 ++++++++++++++++--
 .../views/compute/wizard/DiskOfferingSelection.vue | 13 +++-
 ui/src/views/compute/wizard/DiskSizeSelection.vue  | 77 +++++++++++++++++++---
 ui/src/views/storage/CreateVolume.vue              | 53 ++++++++++++++-
 7 files changed, 244 insertions(+), 26 deletions(-)