partition default added
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/76f8206e Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/76f8206e Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/76f8206e Branch: refs/heads/master Commit: 76f8206e4d527cf61c8a87e2ed19914ddcbdba0b Parents: bb56003 Author: Dakshika Jayathilaka <[email protected]> Authored: Mon Jan 26 16:10:39 2015 +0530 Committer: Dakshika Jayathilaka <[email protected]> Committed: Tue Jan 27 12:27:02 2015 +0530 ---------------------------------------------------------------------- .../forms/default/configure/partitions.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/76f8206e/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/partitions.json ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/partitions.json b/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/partitions.json new file mode 100644 index 0000000..f461c68 --- /dev/null +++ b/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/partitions.json @@ -0,0 +1,16 @@ +{ + "id": "network-p1", + "activeByDefault": "true", + "partitions": [ + { + "id": "p1", + "provider": "mock", + "property": [ + { + "name": "region", + "value": "default" + } + ] + } + ] +} \ No newline at end of file
