cloudstack 3.0 UI - VPC - private gateways - preCheck() should not call args.response.success().

This commit is contained in:
Jessica Wang 2012-08-07 11:48:36 -07:00
parent 406ae0d724
commit b74a6a7a9c
1 changed files with 1 additions and 2 deletions

View File

@ -456,8 +456,7 @@
listAll: true
},
success: function(json) {
items = json.listprivategatewaysresponse.privategateway;
args.response.success({ data: items });
items = json.listprivategatewaysresponse.privategateway;
}
});