From d515602873b7cd0810ce602b274e5b4e57bebd0b Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Thu, 23 May 2013 10:39:32 -0700 Subject: [PATCH] CLOUDSTACK UI - VPC - site-to-site VPN - VPN connection - fix a JS error "elems is undefined" when clicking Create VPN Connection. --- ui/scripts/vpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index fa0ed926551..923c51039b6 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -2060,7 +2060,7 @@ listAll: true }, success: function(json) { - var items = json.listvpncustomergatewaysresponse.vpncustomergateway; + var items = json.listvpncustomergatewaysresponse.vpncustomergateway ? json.listvpncustomergatewaysresponse.vpncustomergateway: []; args.response.success({ data: $.map(items, function(item) { return {