Repository: stratos Updated Branches: refs/heads/master a9ba336c1 -> d9ef8c4c6
Fixing tenant page field order in the web ui Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/d9ef8c4c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/d9ef8c4c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/d9ef8c4c Branch: refs/heads/master Commit: d9ef8c4c644d5f7d86ece2e972a59fa90847ea24 Parents: a9ba336 Author: Imesh Gunaratne <[email protected]> Authored: Fri May 15 12:08:23 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Fri May 15 12:08:36 2015 +0530 ---------------------------------------------------------------------- .../controllers/forms/schema/users/tenants.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/d9ef8c4c/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/tenants.json ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/tenants.json b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/tenants.json index e840f9b..dd10f1a 100644 --- a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/tenants.json +++ b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/tenants.json @@ -10,6 +10,13 @@ }, "required":["admin","adminPassword","email", "firstName", "lastName", "tenantDomain"], "properties":{ + "tenantDomain": { + "type":"string", + "id": "root/tenantDomain", + "default": "frank.com", + "title": "Tenant Domain", + "name": "Tenant Domain" + }, "firstName": { "type":"string", "id": "root/firstName", @@ -49,13 +56,6 @@ "title": "Admin Email", "name": "Admin Email" }, - "tenantDomain": { - "type":"string", - "id": "root/tenantDomain", - "default": "frank.com", - "title": "Tenant Domain", - "name": "Tenant Domain" - }, "active": { "type":"boolean", "id": "root/active",
