mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +01:00
UI: fix list of zones if zone has icon (#12083)
This commit is contained in:
parent
21d844ba1c
commit
dba889ea3e
@ -29,7 +29,7 @@
|
||||
</template>
|
||||
<template #select-option="{ item }">
|
||||
<span>
|
||||
<resource-icon v-if="item.icon && zone1.icon.base64image" :image="item.icon.base64image" size="2x" style="margin-right: 5px"/>
|
||||
<resource-icon v-if="item.icon && item.icon.base64image" :image="item.icon.base64image" size="2x" style="margin-right: 5px"/>
|
||||
<global-outlined v-else style="margin-right: 5px" />
|
||||
{{ item.name }}
|
||||
</span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user