mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
UI: Fix all list items appearing twice in search view
This commit is contained in:
parent
96b757c35b
commit
2739c0112c
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user