From 531cfa76f4e7d53f8cdaf72bc3355d5c8fb2d46c Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Mon, 13 Aug 2012 13:11:54 +0530 Subject: [PATCH] CS-15960:InterVlan - UI - Network-VPC view should list the status of the VPCs --- ui/scripts/network.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 52449c089f7..c0d7b350596 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 = [];