improve deployment policy section
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/0fd44654 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/0fd44654 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/0fd44654 Branch: refs/heads/master Commit: 0fd44654e15ec9fab851f0095ab0bfd648f50887 Parents: 8185cce Author: Dakshika Jayathilaka <[email protected]> Authored: Sat Mar 7 19:34:15 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Sun Mar 8 12:02:55 2015 +0530 ---------------------------------------------------------------------- .../controllers/forms/schema/configure/deploymentpolicies.json | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/0fd44654/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/deploymentpolicies.json ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/deploymentpolicies.json b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/deploymentpolicies.json index 7155d1f..8aad3c0 100644 --- a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/deploymentpolicies.json +++ b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/deploymentpolicies.json @@ -21,6 +21,7 @@ "items": { "id": "root/networkPartition/0", "type": "object", + "title":"Network Partition", "properties": { "id": { "id": "root/networkPartition/0/id", @@ -37,9 +38,11 @@ "partitions": { "id": "root/networkPartition/0/partitions", "type": "array", + "title":"Partitions", "items": { "id": "root/networkPartition/0/partitions/0", "type": "object", + "title":"Partition", "properties": { "id": { "id": "root/networkPartition/0/partitions/0/id",
