mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: Set icon to osdisplayname to avoid multiple api calls (#6075)
This commit is contained in:
parent
7fbfd4c6ea
commit
c2bcad8571
@ -65,7 +65,7 @@
|
||||
<span v-if="record.icon && record.icon.base64image">
|
||||
<resource-icon :image="record.icon.base64image" size="1x" style="margin-right: 5px"/>
|
||||
</span>
|
||||
<os-logo v-else :osId="record.ostypeid" :osName="record.ostypename" size="lg" style="margin-right: 5px" />
|
||||
<os-logo v-else :osId="record.ostypeid" :osName="record.osdisplayname" size="lg" style="margin-right: 5px" />
|
||||
</span>
|
||||
<span style="min-width: 120px" >
|
||||
<QuickView
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user