From f524f882bc20ba8ad3cba2dc5bf0a683671d7970 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 29 Nov 2011 14:57:54 -0800 Subject: [PATCH] cloudStack 3.0 new UI - basic zone - security groups provider - comment out status for now since dataProvider() doesn't get called by widget code after action is done. --- ui/scripts/system.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 5ed1d835425..61e16743c4d 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -2034,8 +2034,8 @@ fields: { id: { label: 'ID' }, - name: { label: 'Name' }, - state: { label: 'Status' } + name: { label: 'Name' }//, + //state: { label: 'Status' } //comment it for now, since dataProvider below doesn't get called by widget code after action is done }, dataProvider: function(args) { args.response.success({data: nspMap["securityGroups"]});