mirror of https://github.com/apache/cloudstack.git
ui: removed whitespace after string (#5450)
This commit is contained in:
parent
fb8d40de54
commit
073a54bd6e
|
|
@ -45,9 +45,7 @@
|
|||
<div v-else-if="['created', 'sent', 'lastannotated'].includes(item)">
|
||||
{{ $toLocaleDate(resource[item]) }}
|
||||
</div>
|
||||
<div v-else>
|
||||
{{ resource[item] }}
|
||||
</div>
|
||||
<div v-else>{{ resource[item] }}</div>
|
||||
</div>
|
||||
</a-list-item>
|
||||
<a-list-item slot="renderItem" slot-scope="item" v-else-if="item === 'ip6address' && ipV6Address && ipV6Address.length > 0">
|
||||
|
|
|
|||
Loading…
Reference in New Issue