mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - DeleteVpnCustomerGateway API response name has been changed, here is corresponding UI change.
This commit is contained in:
parent
419165f6b9
commit
1ab26fb235
|
|
@ -4191,7 +4191,7 @@
|
|||
id: args.context.vpnCustomerGateway[0].id
|
||||
},
|
||||
success: function(json) {
|
||||
var jid = json.deletecustomergatewayresponse.jobid;
|
||||
var jid = json.deletevpncustomergatewayresponse.jobid;
|
||||
args.response.success(
|
||||
{_custom:
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue