You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ha...@apache.org on 2021/12/28 06:07:03 UTC

[cloudstack] branch decoupleServiceOfferingDiskOffering updated (da83906 -> 1843c6c)

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

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


    from da83906  Fixing vue syntax error
     add 1a1d3fe  Make UI changes to provide root disk size box when the linked disk offering is of custom
     add 06f3c45  Converted from check box to toggle in scale VM, changeoffering, resize and migrate volume forms
     add 1843c6c  Fix resize volume operation to update the VM settings

No new revisions were added by this update.

Summary of changes:
 .../com/cloud/storage/VolumeApiServiceImpl.java    |  9 +++++++
 ui/src/views/compute/DeployVM.vue                  | 28 ++++++++++++++--------
 ui/src/views/compute/ScaleVM.vue                   | 10 +++-----
 ui/src/views/compute/wizard/ComputeSelection.vue   |  2 +-
 ui/src/views/compute/wizard/DiskSizeSelection.vue  | 18 +++-----------
 ui/src/views/storage/ChangeOfferingForVolume.vue   | 20 +++++-----------
 ui/src/views/storage/MigrateVolume.vue             |  5 +++-
 ui/src/views/storage/ResizeVolume.vue              |  5 +++-
 8 files changed, 48 insertions(+), 49 deletions(-)