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
406ae0d724
commit
b74a6a7a9c
|
|
@ -456,8 +456,7 @@
|
|||
listAll: true
|
||||
},
|
||||
success: function(json) {
|
||||
items = json.listprivategatewaysresponse.privategateway;
|
||||
args.response.success({ data: items });
|
||||
items = json.listprivategatewaysresponse.privategateway;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue