This is an automated email from the ASF dual-hosted git repository.
shwstppr pushed a change to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 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
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/tests/unit/views/AutogenView.spec.js | 4 +
7 files changed, 694 insertions(+), 59 deletions(-)
create mode 100644 ui/src/components/view/SearchFilter.vue