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:46:22 UTC

git commit: updated refs/heads/master to fc93b68

Updated Branches:
  refs/heads/master 1eacd7872 -> fc93b6873


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/fc93b687
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fc93b687
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fc93b687

Branch: refs/heads/master
Commit: fc93b68738919b6784521f5346dbc4b1c3d4c86d
Parents: 1eacd78
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:46:03 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fc93b687/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 = [];