You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2015/05/20 17:22:39 UTC

stratos git commit: Removing "/permission/admin" from tenant management menu item in the ui

Repository: stratos
Updated Branches:
  refs/heads/master 514c06ffc -> 7ee7ecf5c


Removing "/permission/admin" from tenant management menu item in the ui


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

Branch: refs/heads/master
Commit: 7ee7ecf5c3702b282e752ac3112dd8700b7dd57a
Parents: 514c06f
Author: Imesh Gunaratne <im...@apache.org>
Authored: Wed May 20 20:52:27 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Wed May 20 20:52:27 2015 +0530

----------------------------------------------------------------------
 .../console/controllers/menu/menu.json                            | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/7ee7ecf5/components/org.apache.stratos.manager.console/console/controllers/menu/menu.json
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/menu/menu.json b/components/org.apache.stratos.manager.console/console/controllers/menu/menu.json
index 3ea5530..37e2218 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/menu/menu.json
+++ b/components/org.apache.stratos.manager.console/console/controllers/menu/menu.json
@@ -169,8 +169,7 @@
                     "title": "Manage Tenants",
                     "icon": "fa-building",
                     "permissionPaths": [
-                        "/permission",
-                        "/permission/admin"
+                        "/permission"
                     ],
                     "description": "Manage tenants."
                 }