Updated Branches: refs/heads/4.2 98af560e9 -> 90aa2f2e3
CLOUDSTACK-4672: UI > Network > details tab > add new field "broadcasturi" to show Primary VLAN, Secondary Isolated VLAN. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/90aa2f2e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/90aa2f2e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/90aa2f2e Branch: refs/heads/4.2 Commit: 90aa2f2e3fb544f45e192df533fa4c5a962dd28f Parents: 98af560 Author: Jessica Wang <[email protected]> Authored: Mon Oct 7 11:30:31 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Mon Oct 7 11:30:31 2013 -0700 ---------------------------------------------------------------------- ui/scripts/network.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/90aa2f2e/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 421582a..82b7f0b 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -1086,7 +1086,11 @@ vlan: { label: 'label.vlan.id' }, - + + broadcasturi: { + label: 'broadcasturi' + }, + networkofferingid: { label: 'label.network.offering', isEditable: true,
