CLOUDSTACK-452: cloudstack UI - network menu - guest network section - network detail - add IPv6 CIDR field, IPv6 Gateway field.

This commit is contained in:
Jessica Wang 2013-02-26 14:35:02 -08:00
parent 7d370f2eb7
commit a565d0b699
1 changed files with 5 additions and 0 deletions

View File

@ -896,8 +896,10 @@
if(zone.networktype == "Basic") {
hiddenFields.push("account");
hiddenFields.push("gateway");
hiddenFields.push("ip6gateway");
hiddenFields.push("vlan");
hiddenFields.push("cidr");
hiddenFields.push("ip6cidr");
//hiddenFields.push("netmask");
}
@ -905,6 +907,7 @@
hiddenFields.push("networkofferingdisplaytext");
hiddenFields.push("networkdomaintext");
hiddenFields.push("gateway");
hiddenFields.push("ip6gateway");
hiddenFields.push("networkofferingname");
//hiddenFields.push("netmask");
}
@ -999,9 +1002,11 @@
},
gateway: { label: 'label.gateway' },
ip6gateway: { label: 'IPv6 Gateway' },
//netmask: { label: 'label.netmask' },
cidr: { label: 'label.cidr' },
ip6cidr: { label: 'IPv6 CIDR' },
networkdomaintext: {
label: 'label.network.domain.text'