Passing vpcid to the listNetworkACLLists API while replacing an acl list

This commit is contained in:
Pranav Saxena 2013-06-05 16:26:47 +05:30
parent e8629c00fa
commit f4a7f12185
1 changed files with 1 additions and 1 deletions

View File

@ -2544,7 +2544,7 @@
label:'ACL',
select:function(args){
$.ajax({
url: createURL('listNetworkACLLists'),
url: createURL('listNetworkACLLists&vpcid=' + args.context.vpc[0].id),
dataType: 'json',
async: true,
success: function(json) {