mirror of https://github.com/apache/cloudstack.git
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:
parent
3778ae1012
commit
258fc140f5
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue