add network partitions to menu
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/bb560031 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/bb560031 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/bb560031 Branch: refs/heads/master Commit: bb560031fd9cfbff03d80055625a9ff138bbff4d Parents: 2a9e2d4 Author: Dakshika Jayathilaka <[email protected]> Authored: Mon Jan 26 16:04:37 2015 +0530 Committer: Dakshika Jayathilaka <[email protected]> Committed: Tue Jan 27 12:27:02 2015 +0530 ---------------------------------------------------------------------- .../console/controllers/menu/menu.json | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/bb560031/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 96a4325..c973527 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 @@ -10,6 +10,15 @@ "description": "Configure Auto-scaling policies, cartridges and manage docker groups", "sub-menu": [ { + "link": "configure/partitions/", + "linkexternal": false, + "context": "/configure", + "title": "Network Partitions", + "icon": "fa-th-large", + "permissionPaths": ["/permission", "/permission/admin"], + "description": "Define network partitions globally." + }, + { "link": "configure/autoscalingpolicies/", "linkexternal": false, "context": "/configure",
