This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 83c3ea2e67f smoke tests / CI : Fix test_vm_stric_host_tags (#10806)
add 74e9146cfb4 check for custom offering and trim size (#10629)
add d697cff8987 Update dependency required for test_outofbandmanagement.py
(#10805)
add 1f8442eb69a Extra checks in UI when deleting accounts (#10760)
add f6d05904243 Merge branch '4.19' of
https://github.com/apache/cloudstack into 4.20
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 2 +-
ui/public/locales/en.json | 9 +-
ui/src/config/section/account.js | 5 +-
ui/src/views/iam/DeleteAccount.vue | 176 ++++++++++++++++++++++++++++++
ui/src/views/iam/DeleteAccountWrapper.vue | 74 +++++++++++++
ui/src/views/storage/CreateVolume.vue | 3 +
6 files changed, 264 insertions(+), 5 deletions(-)
create mode 100644 ui/src/views/iam/DeleteAccount.vue
create mode 100644 ui/src/views/iam/DeleteAccountWrapper.vue