improve netwwork partion schema view
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/68122cac Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/68122cac Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/68122cac Branch: refs/heads/master Commit: 68122caccad47f7ab4abed9eac4311ffe7cd6c56 Parents: 01dd2ca Author: Dakshika Jayathilaka <[email protected]> Authored: Wed Mar 25 06:46:56 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Fri Apr 17 13:59:56 2015 +0530 ---------------------------------------------------------------------- .../console/controllers/forms/schema/configure/partitions.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/68122cac/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json index f98a3ea..674c5cb 100644 --- a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json +++ b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json @@ -31,7 +31,8 @@ "properties": { "id": { "id": "root/partitions/0/id", - "type": "string" + "type": "string", + "title":"Partition Id" }, "property": { "id": "root/partitions/0/property", @@ -57,6 +58,7 @@ }, "required": [ "id", - "partitions" + "partitions", + "provider" ] } \ No newline at end of file
