Repository: ambari
Updated Branches:
  refs/heads/trunk 47ab1426e -> d7f6f18e5


AMBARI-13790. "Username" and "Password" inputs are inactive after Sign Out 
during deploy


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

Branch: refs/heads/trunk
Commit: d7f6f18e547a230134b720d731f5e3d75bd4f6c5
Parents: ac8147b
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Mon Nov 9 18:50:46 2015 +0200
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Mon Nov 9 19:06:19 2015 +0200

----------------------------------------------------------------------
 ambari-web/app/router.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d7f6f18e/ambari-web/app/router.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/router.js b/ambari-web/app/router.js
index 1da6edf..59e2251 100644
--- a/ambari-web/app/router.js
+++ b/ambari-web/app/router.js
@@ -271,6 +271,7 @@ App.Router = Em.Router.extend({
   },
 
   loginSuccessCallback: function(data, opt, params) {
+    App.router.set('loginController.isSubmitDisabled', false);
     App.usersMapper.map({"items": [data]});
     this.setUserLoggedIn(decodeURIComponent(params.loginName));
     var requestData = {

Reply via email to