mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2021: UI - Network menu - listView - add IPv6 CIDR field.
This commit is contained in:
parent
a1a68ed0c4
commit
4fce6448e6
|
|
@ -544,7 +544,8 @@
|
|||
name: { label: 'label.name' },
|
||||
account: { label: 'label.account' },
|
||||
type: { label: 'label.type' },
|
||||
cidr: { label: 'label.cidr' }
|
||||
cidr: { label: 'label.cidr' },
|
||||
ip6cidr: { label: 'IPv6 CIDR' }
|
||||
},
|
||||
|
||||
advSearchFields: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue