mirror of https://github.com/apache/cloudstack.git
Passing vpcid to the listNetworkACLLists API while replacing an acl list
This commit is contained in:
parent
e8629c00fa
commit
f4a7f12185
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue