You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/06/05 13:06:16 UTC

git commit: updated refs/heads/master to e8629c0

Updated Branches:
  refs/heads/master 9f18f1cb1 -> e8629c00f


not displaying acl id on the tier detail view


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

Branch: refs/heads/master
Commit: e8629c00fac601c2f93b52c80dd662d515c44725
Parents: 9f18f1c
Author: Pranav Saxena <pr...@citrix.com>
Authored: Wed Jun 5 16:19:05 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Wed Jun 5 16:19:05 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8629c00/ui/scripts/vpc.js
----------------------------------------------------------------------
diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js
index f4c53b4..c021c79 100644
--- a/ui/scripts/vpc.js
+++ b/ui/scripts/vpc.js
@@ -2763,7 +2763,7 @@
                 },
 
                 aclname:{label:'ACL name'},
-                aclid:{label:'ACL id'},
+                //aclid:{label:'ACL id'},
 
                 domain: { label: 'label.domain' },
                 account: { label: 'label.account' }