CLOUDSTACK-1735: cloudstack UI - IPv6 - instances detailView - Nics tab - add IPv6 IP Address, IPv6 Gateway, IPv6 CIDR field.

This commit is contained in:
Jessica Wang 2013-04-22 14:04:47 -07:00
parent c9c2c5902d
commit 27900695f4
1 changed files with 6 additions and 1 deletions

View File

@ -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) {