mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - VPC - private gateways - preCheck() should not call args.response.success().
This commit is contained in:
parent
9f707a6b7d
commit
530fb65278
|
|
@ -436,8 +436,7 @@
|
|||
listAll: true
|
||||
},
|
||||
success: function(json) {
|
||||
items = json.listprivategatewaysresponse.privategateway;
|
||||
args.response.success({ data: items });
|
||||
items = json.listprivategatewaysresponse.privategateway;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue