Skip to content

Commit 2a25c83

Browse files
shwstpprdhslove
authored andcommitted
ui: fix loading for hypervisor filter in serachview (apache#10292)
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 876a293 commit 2a25c83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/src/components/view/SearchView.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,9 @@ export default {
680680
if (accountIndex > -1) {
681681
this.fields[accountIndex].loading = false
682682
}
683+
if (hypervisorIndex > -1) {
684+
this.fields[hypervisorIndex].loading = false
685+
}
683686
if (imageStoreIndex > -1) {
684687
this.fields[imageStoreIndex].loading = false
685688
}

0 commit comments

Comments
 (0)