CLOUDSTACK-2348: PVLAN - UI - Infrastructure menu - guest network - add broadcast URI field to listView and detailView.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/25e992dc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/25e992dc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/25e992dc Branch: refs/heads/ui-vpc-redesign Commit: 25e992dc8e1f2c202fba9c845d5913e2308ded90 Parents: 0c7bd07 Author: Jessica Wang <jessicaw...@apache.org> Authored: Tue May 7 13:02:41 2013 -0700 Committer: Jessica Wang <jessicaw...@apache.org> Committed: Tue May 7 13:04:04 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/25e992dc/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 5eb88e0..022f299 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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: {