mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1735: cloudstack UI - IPv6 - instances detailView - Nics tab - add IPv6 IP Address, IPv6 Gateway, IPv6 CIDR field.
This commit is contained in:
parent
c9c2c5902d
commit
27900695f4
|
|
@ -1326,10 +1326,15 @@
|
|||
{
|
||||
name: { label: 'label.name', header: true },
|
||||
networkname: {label: 'Network Name' },
|
||||
ipaddress: { label: 'label.ip.address' },
|
||||
type: { label: 'label.type' },
|
||||
ipaddress: { label: 'label.ip.address' },
|
||||
gateway: { label: 'label.gateway' },
|
||||
netmask: { label: 'label.netmask' },
|
||||
|
||||
ip6address: { label: 'IPv6 IP Address' },
|
||||
ip6gateway: { label: 'IPv6 Gateway' },
|
||||
ip6cidr: { label: 'IPv6 CIDR' },
|
||||
|
||||
isdefault: {
|
||||
label: 'label.is.default',
|
||||
converter: function(data) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue