CS-15939: cloudstack 3.0 UI - VPC - create VPN connection - add error handling.

This commit is contained in:
Jessica Wang 2012-08-10 10:20:44 -07:00
parent a96c9013d4
commit 0384259298

View File

@ -1006,7 +1006,7 @@
s2scustomergatewayid: args.data.vpncustomergatewayid
},
success: function(json) {
var jid = json.createvpnconnectionresponse.jobid;
var jid = json.createvpnconnectionresponse.jobid;
args.response.success(
{_custom:
{
@ -1017,7 +1017,10 @@
}
}
);
}
},
error: function(xmlHttpResponse) {
args.response.error(parseXMLHttpResponse(xmlHttpResponse));
}
});
},
notification: {