This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a commit to branch ui-fix-duplicate-list-options in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 2739c0112c519406cc46394948fcad6020bcdb62 Author: Pearl Dsilva <pearl1...@gmail.com> AuthorDate: Mon Feb 10 22:39:28 2025 -0500 UI: Fix all list items appearing twice in search view --- ui/src/components/view/SearchView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/view/SearchView.vue b/ui/src/components/view/SearchView.vue index 786a9f15be6..6f34ce91abd 100644 --- a/ui/src/components/view/SearchView.vue +++ b/ui/src/components/view/SearchView.vue @@ -95,8 +95,8 @@ <resource-icon :image="opt.icon.base64image" size="1x" style="margin-right: 5px"/> </span> <block-outlined v-else style="margin-right: 5px" /> + {{ $t(opt.path || opt.name) }} </span> - {{ $t(opt.path || opt.name) }} </div> </a-select-option> </a-select>