Updated Branches:
  refs/heads/master 68b8da0df -> cefd099c9

changing vpc_id to vpcid


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

Branch: refs/heads/master
Commit: 35f2dc6e520299b1c7dd51f46a1056d2eb539c8c
Parents: 7b0da06
Author: Pranav Saxena <pranav.sax...@citrix.com>
Authored: Mon Jun 3 15:42:55 2013 +0530
Committer: Pranav Saxena <pranav.sax...@citrix.com>
Committed: Mon Jun 3 15:42:55 2013 +0530

----------------------------------------------------------------------
 ui/scripts/vpc.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/35f2dc6e/ui/scripts/vpc.js
----------------------------------------------------------------------
diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js
index 033ac7f..b57a562 100644
--- a/ui/scripts/vpc.js
+++ b/ui/scripts/vpc.js
@@ -657,7 +657,7 @@
           },
           dataProvider: function(args) {
             $.ajax({
-              url:createURL('listNetworkACLLists&vpc_id=' + 
args.context.vpc[0].id),
+              url:createURL('listNetworkACLLists&vpcid=' + 
args.context.vpc[0].id),
               success:function(json){  
                 var items = json.listnetworkacllistsresponse.networkacllist;
                 
@@ -3224,7 +3224,7 @@
             // Get network ACL lists
             $.ajax({
               url: createURL('listNetworkACLLists'),
-              data: { 'vpc_id': args.context.vpc[0].id },
+              data: { 'vpcid': args.context.vpc[0].id },
               async: false,
               success: function(json) {
                 networkACLLists = json.listnetworkacllistsresponse;

Reply via email to