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 9f707a6b7d
commit 530fb65278
1 changed files with 1 additions and 2 deletions

View File

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