Merge branch '4.16'

This commit is contained in:
nvazquez 2022-03-09 07:00:28 -03:00
commit 7439581c77
No known key found for this signature in database
GPG Key ID: 656E1BCC8CB54F84

View File

@ -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