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/15 09:03:01 UTC

stratos git commit: fix tenant activate msg issue

Repository: stratos
Updated Branches:
  refs/heads/master e926de817 -> 57e43976d


fix tenant activate msg issue


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

Branch: refs/heads/master
Commit: 57e43976d4339d40f6b4f8992c1b99f4749283e5
Parents: e926de8
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Fri May 15 12:32:23 2015 +0530
Committer: Dakshika Jayathilaka <si...@gmail.com>
Committed: Fri May 15 12:32:36 2015 +0530

----------------------------------------------------------------------
 .../console/controllers/users/users_requests.jag                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/57e43976/components/org.apache.stratos.manager.console/console/controllers/users/users_requests.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/users/users_requests.jag b/components/org.apache.stratos.manager.console/console/controllers/users/users_requests.jag
index 9e822aa..32eb26c 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/users/users_requests.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/users/users_requests.jag
@@ -46,5 +46,5 @@ try {
 }
 
 
-print(session.get("get-status"));
+print(session.get("deploy-status"));
 %>
\ No newline at end of file