You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by da...@apache.org on 2015/05/12 03:11:28 UTC

stratos git commit: Remove "Active" option in the page for new tenant addition [STRATOS-1365]

Repository: stratos
Updated Branches:
  refs/heads/master 4dfd8f9b2 -> 1b6626874


Remove "Active" option in the page for new tenant addition [STRATOS-1365]


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/1b662687
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/1b662687
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/1b662687

Branch: refs/heads/master
Commit: 1b66268746e2bb193f148e6d07978dbe2a200f4c
Parents: 4dfd8f9
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Tue May 12 06:40:37 2015 +0530
Committer: Dakshika Jayathilaka <si...@gmail.com>
Committed: Tue May 12 06:40:37 2015 +0530

----------------------------------------------------------------------
 .../console/controllers/forms/default/users/tenants.json          | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/1b662687/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json b/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json
index c787d5f..03da79d 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json
+++ b/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json
@@ -4,6 +4,5 @@
     "lastname":"LastName",
     "adminPassword":"admin123",
     "tenantDomain":"apache.org",
-    "email":"user@apache.org",
-    "active":"true"
+    "email":"user@apache.org"
 }
\ No newline at end of file