Skip to content

Commit 2790069

Browse files
author
Jessica Wang
committed
CLOUDSTACK-1735: cloudstack UI - IPv6 - instances detailView - Nics tab - add IPv6 IP Address, IPv6 Gateway, IPv6 CIDR field.
1 parent c9c2c59 commit 2790069

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ui/scripts/instances.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,10 +1326,15 @@
13261326
{
13271327
name: { label: 'label.name', header: true },
13281328
networkname: {label: 'Network Name' },
1329-
ipaddress: { label: 'label.ip.address' },
13301329
type: { label: 'label.type' },
1330+
ipaddress: { label: 'label.ip.address' },
13311331
gateway: { label: 'label.gateway' },
13321332
netmask: { label: 'label.netmask' },
1333+
1334+
ip6address: { label: 'IPv6 IP Address' },
1335+
ip6gateway: { label: 'IPv6 Gateway' },
1336+
ip6cidr: { label: 'IPv6 CIDR' },
1337+
13331338
isdefault: {
13341339
label: 'label.is.default',
13351340
converter: function(data) {

0 commit comments

Comments
 (0)