mirror of https://github.com/apache/cloudstack.git
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:
parent
e872c71917
commit
f524f882bc
|
|
@ -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"]});
|
||||
|
|
|
|||
Loading…
Reference in New Issue