Updated Branches:
  refs/heads/master da814c658 -> d1a536a4e

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/d1a536a4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d1a536a4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d1a536a4

Branch: refs/heads/master
Commit: d1a536a4e3ec338987706b7b26385481d8333d2d
Parents: da814c6
Author: Jessica Wang <[email protected]>
Authored: Mon Oct 7 11:30:31 2013 -0700
Committer: Jessica Wang <[email protected]>
Committed: Mon Oct 7 11:32:56 2013 -0700

----------------------------------------------------------------------
 ui/scripts/network.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d1a536a4/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 67ba278..d0f6a92 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,

Reply via email to