You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2012/08/08 19:28:24 UTC

git commit: cloudstack 3.0 UI - VPC - private gateways - preCheck() should not call args.response.success().

Updated Branches:
  refs/heads/vpc 406ae0d72 -> b74a6a7a9


cloudstack 3.0 UI - VPC - private gateways - preCheck() should not call args.response.success().


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b74a6a7a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b74a6a7a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b74a6a7a

Branch: refs/heads/vpc
Commit: b74a6a7a9c9659089c2cae844ce7afeebd4bfac2
Parents: 406ae0d
Author: Jessica Wang <je...@citrix.com>
Authored: Tue Aug 7 11:48:36 2012 -0700
Committer: Jessica Wang <je...@citrix.com>
Committed: Wed Aug 8 10:27:51 2012 -0700

----------------------------------------------------------------------
 ui/scripts/vpc.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b74a6a7a/ui/scripts/vpc.js
----------------------------------------------------------------------
diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js
index ac89971..135bf96 100644
--- a/ui/scripts/vpc.js
+++ b/ui/scripts/vpc.js
@@ -456,8 +456,7 @@
               listAll: true
             },
             success: function(json) {
-              items = json.listprivategatewaysresponse.privategateway;
-              args.response.success({ data: items });
+              items = json.listprivategatewaysresponse.privategateway;              
             }
           });