mirror of https://github.com/apache/cloudstack.git
ui: Fix error when no ipv6 address (#5081)
This commit is contained in:
parent
3ee563905d
commit
d0e3745797
|
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</a-list-item>
|
||||
<a-list-item slot="renderItem" slot-scope="item" v-else-if="item === 'ip6address' && ipV6Address.length > 0">
|
||||
<a-list-item slot="renderItem" slot-scope="item" v-else-if="item === 'ip6address' && ipV6Address && ipV6Address.length > 0">
|
||||
<div>
|
||||
<strong>{{ $t('label.' + String(item).toLowerCase()) }}</strong>
|
||||
<br/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue