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"]});