From 258fc140f5656f64169a3cb27cf2dd5d527e549a Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 25 Jun 2013 15:43:25 -0700 Subject: [PATCH] CLOUDSTACK-3171: UI > VPC > add private gateway dialog - fix ACL dropdown to only show ACL that belong to the VPC. --- ui/scripts/vpc.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index ed07a2c00bd..ca02c77340e 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -1689,8 +1689,9 @@ select:function(args){ $.ajax({ url: createURL('listNetworkACLLists'), - dataType: 'json', - async: true, + data: { + vpcid: args.context.vpc[0].id + }, success: function(json) { var objs = json.listnetworkacllistsresponse.networkacllist; var items = [];