You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/06/26 00:45:33 UTC

git commit: updated refs/heads/master-6-17-stable to 258fc14

Updated Branches:
  refs/heads/master-6-17-stable 3778ae101 -> 258fc140f


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


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/258fc140
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/258fc140
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/258fc140

Branch: refs/heads/master-6-17-stable
Commit: 258fc140f5656f64169a3cb27cf2dd5d527e549a
Parents: 3778ae1
Author: Jessica Wang <je...@apache.org>
Authored: Tue Jun 25 15:43:25 2013 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Tue Jun 25 15:43:25 2013 -0700

----------------------------------------------------------------------
 ui/scripts/vpc.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/258fc140/ui/scripts/vpc.js
----------------------------------------------------------------------
diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js
index ed07a2c..ca02c77 100644
--- a/ui/scripts/vpc.js
+++ b/ui/scripts/vpc.js
@@ -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 = [];