cloudstack 3.0 UI - DeleteVpnCustomerGateway API response name has been changed, here is corresponding UI change.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1ab26fb2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1ab26fb2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1ab26fb2 Branch: refs/heads/4.0 Commit: 1ab26fb2351176ce31541f57632b7cba1cf75803 Parents: 419165f Author: Jessica Wang <[email protected]> Authored: Tue Aug 14 10:07:18 2012 -0700 Committer: Alex Huang <[email protected]> Committed: Wed Aug 15 14:07:00 2012 -0700 ---------------------------------------------------------------------- ui/scripts/network.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1ab26fb2/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index ba98d57..803ca1f 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -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: {
