CLOUDSTACK-3171: UI > VPC > add private gateway dialog - fix ACL dropdown to only show ACL that belong to the VPC.

This commit is contained in:
Jessica Wang 2013-06-25 15:43:25 -07:00
parent 3778ae1012
commit 258fc140f5
1 changed files with 3 additions and 2 deletions

View File

@ -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 = [];