This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch clone-edit-existing-offerings
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 10333dfd0ef add recently added domain id for bkp offering to be
inherited in clone operation
add 7b2be104920 extract common code wrt service capability in network &
vpc offering in add/clone operations
No new revisions were added by this update.
Summary of changes:
ui/src/composables/useServiceCapabilityParams.js | 153 +++++++++++++++++++++++
ui/src/views/offering/AddNetworkOffering.vue | 95 +-------------
ui/src/views/offering/AddVpcOffering.vue | 31 +----
ui/src/views/offering/CloneNetworkOffering.vue | 149 ++++++++--------------
ui/src/views/offering/CloneVpcOffering.vue | 39 +-----
5 files changed, 216 insertions(+), 251 deletions(-)
create mode 100644 ui/src/composables/useServiceCapabilityParams.js