From b74a6a7a9c9659089c2cae844ce7afeebd4bfac2 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 7 Aug 2012 11:48:36 -0700 Subject: [PATCH] cloudstack 3.0 UI - VPC - private gateways - preCheck() should not call args.response.success(). --- ui/scripts/vpc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index ac899710bbf..135bf961853 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; } });