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.

This commit is contained in:
Jessica Wang 2011-11-29 14:57:54 -08:00
parent e872c71917
commit f524f882bc
1 changed files with 2 additions and 2 deletions

View File

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