This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.19 by this push:
new 3313cc58295 ui: fix loading for hypervisor filter in serachview
(#10292)
3313cc58295 is described below
commit 3313cc58295690968ce9301c583119e8b2a70959
Author: Abhishek Kumar <[email protected]>
AuthorDate: Thu Jan 30 20:00:49 2025 +0530
ui: fix loading for hypervisor filter in serachview (#10292)
Signed-off-by: Abhishek Kumar <[email protected]>
---
ui/src/components/view/SearchView.vue | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ui/src/components/view/SearchView.vue
b/ui/src/components/view/SearchView.vue
index 9cbe1ef0fe6..08f4cd03877 100644
--- a/ui/src/components/view/SearchView.vue
+++ b/ui/src/components/view/SearchView.vue
@@ -581,6 +581,9 @@ export default {
if (accountIndex > -1) {
this.fields[accountIndex].loading = false
}
+ if (hypervisorIndex > -1) {
+ this.fields[hypervisorIndex].loading = false
+ }
if (imageStoreIndex > -1) {
this.fields[imageStoreIndex].loading = false
}