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/master Commit: b74a6a7a9c9659089c2cae844ce7afeebd4bfac2 Parents: 406ae0d Author: Jessica Wang <[email protected]> Authored: Tue Aug 7 11:48:36 2012 -0700 Committer: Jessica Wang <[email protected]> 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; } });
