Updated Branches:
  refs/heads/master bda9d0a84 -> 1fd771f87

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/1fd771f8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1fd771f8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1fd771f8

Branch: refs/heads/master
Commit: 1fd771f87155ad03a8ad2fbf9977382c6ab1b0f8
Parents: bda9d0a
Author: Jessica Wang <[email protected]>
Authored: Tue Aug 14 10:07:18 2012 -0700
Committer: Jessica Wang <[email protected]>
Committed: Tue Aug 14 10:10:03 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/1fd771f8/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:
                           {

Reply via email to