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/03/08 07:33:14 UTC

[13/15] stratos git commit: added application policies to menu

added application policies to menu


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

Branch: refs/heads/master
Commit: 475ac04fda719da7fe1e22c073e4859b7db178bb
Parents: 1ee2f9f
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Sun Mar 8 08:15:42 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Sun Mar 8 12:02:55 2015 +0530

----------------------------------------------------------------------
 .../console/controllers/menu/menu.json                      | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/475ac04f/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 1bfda32..87bc50b 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
@@ -104,6 +104,15 @@
                     "description": "Manage cartridge groups"
                 },
                 {
+                    "link": "applications/applicationpolicy/",
+                    "linkexternal": false,
+                    "context": "/applications",
+                    "title": "Application Policies",
+                    "icon": "fa-road",
+                    "permissionPaths": ["/permission", "/permission/admin", "/permission/admin/manage/view/subscription"],
+                    "description": "Manage application policies"
+                },
+                {
                     "link": "applications/applications/",
                     "linkexternal": false,
                     "context": "/applications",