You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2012/08/13 09:52:32 UTC

[2/2] git commit: CS-15960:InterVlan - UI - Network-VPC view should list the status of the VPCs

CS-15960:InterVlan - UI - Network-VPC view should list the status of the VPCs


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/531cfa76
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/531cfa76
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/531cfa76

Branch: refs/heads/master
Commit: 531cfa76f4e7d53f8cdaf72bc3355d5c8fb2d46c
Parents: 5111fee
Author: Pranav Saxena <pr...@citrix.com>
Authored: Mon Aug 13 13:11:54 2012 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Mon Aug 13 13:11:54 2012 +0530

----------------------------------------------------------------------
 ui/scripts/network.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/531cfa76/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 52449c0..c0d7b35 100644
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -3551,7 +3551,8 @@
             name: { label: 'label.name' },                  
 						displaytext: { label: 'label.description' },										
 						zonename: { label: 'label.zone' },
-						cidr: { label: 'label.cidr' }						
+						cidr: { label: 'label.cidr' },
+                                                state: {label: 'State', indicator: { 'Enabled': 'on', 'Disabled': 'off'}}
           },
           dataProvider: function(args) {            
 						var array1 = [];