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 <[email protected]> Authored: Wed May 20 20:52:27 2015 +0530 Committer: Imesh Gunaratne <[email protected]> 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." }
