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 2014/12/18 06:58:28 UTC

[2/5] stratos git commit: remove deployment from menu JSON

remove deployment from menu JSON


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

Branch: refs/heads/4.1.0-test
Commit: 52e2bee8e97bbe9c4a001018cdcb5e197d247611
Parents: 0b157bf
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Wed Dec 17 16:22:27 2014 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Thu Dec 18 11:28:07 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/stratos/blob/52e2bee8/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 e972496..8019ddb 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
@@ -93,15 +93,6 @@
                     "icon": "fa-archive",
                     "permissionPaths": ["/permission", "/permission/admin","/permission/admin/manage/view/subscription" ],
                     "description": "Add applications"
-                },
-                {
-                    "link": "applications/deployments/",
-                    "linkexternal": false,
-                    "context": "/applications",
-                    "title": "Deployment Policies",
-                    "icon": "fa-road",
-                    "permissionPaths": ["/permission", "/permission/admin", "/permission/admin/manage/view/deploymentpolicy"],
-                    "description": "Define specific policies for application deployment."
                 }
             ]
         },