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 2e640b3231
commit 7450abf36f
1 changed files with 5 additions and 2 deletions

View File

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