From f4a7f12185104e667e66856b14ae6ca0ee9739f6 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Wed, 5 Jun 2013 16:26:47 +0530 Subject: [PATCH] Passing vpcid to the listNetworkACLLists API while replacing an acl list --- ui/scripts/vpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index c021c79f6b9..de70d2abe57 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -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) {