This is an automated email from the ASF dual-hosted git repository.
shwstppr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from ffb8b91ff53 Merge branch '4.22'
add d7bdbcc4ed7 pre-commit: fix inconsistent license (#12551)
add 0e94f7d7717 UI: Show applied search filters (#9520)
add a6ccde44c4b kvm: honour disk controller for vm during attach volume
(#12452)
add 29ce03e9460 Merge remote-tracking branch 'apache/4.20' into 4.22
add 8bea89a80bc Merge remote-tracking branch 'apache/4.22'
No new revisions were added by this update.
Summary of changes:
.../kvm/resource/LibvirtComputingResource.java | 11 +-
.../hypervisor/kvm/resource/LibvirtVMDef.java | 9 +
.../kvm/storage/KVMStorageProcessor.java | 121 +++--
ui/public/config.json | 1 +
ui/src/components/view/SearchFilter.vue | 559 +++++++++++++++++++++
ui/src/views/AutogenView.vue | 48 ++
ui/src/views/network/ImportNetworkACL.vue | 10 +-
ui/tests/unit/views/AutogenView.spec.js | 4 +
8 files changed, 699 insertions(+), 64 deletions(-)
create mode 100644 ui/src/components/view/SearchFilter.vue