CLOUDSTACK-2348: PVLAN - UI - Infrastructure menu - guest network - add broadcast URI field to listView and detailView.

This commit is contained in:
Jessica Wang 2013-05-07 13:02:41 -07:00
parent 0c7bd0777b
commit 25e992dc8e
1 changed files with 2 additions and 0 deletions

View File

@ -1340,6 +1340,7 @@
name: { label: 'label.name' },
type: { label: 'label.type' },
vlan: { label: 'label.vlan.id' },
broadcasturi: { label: 'broadcast URI' },
cidr: { label: 'IPv4 CIDR' },
ip6cidr: { label: 'IPv6 CIDR'}
//scope: { label: 'label.scope' }
@ -2057,6 +2058,7 @@
}
},
vlan: { label: 'label.vlan.id' },
broadcasturi: { label: 'broadcast URI' },
scope: { label: 'label.scope' },
networkofferingdisplaytext: { label: 'label.network.offering' },
networkofferingid: {