Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B14E18E5F for ; Mon, 9 Nov 2015 17:15:25 +0000 (UTC) Received: (qmail 78187 invoked by uid 500); 9 Nov 2015 17:15:25 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 78151 invoked by uid 500); 9 Nov 2015 17:15:25 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 78136 invoked by uid 99); 9 Nov 2015 17:15:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2015 17:15:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E1895E07E9; Mon, 9 Nov 2015 17:15:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alexantonenko@apache.org To: commits@ambari.apache.org Date: Mon, 09 Nov 2015 17:15:24 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] ambari git commit: AMBARI-13790. "Username" and "Password" inputs are inactive after Sign Out during deploy 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 Authored: Mon Nov 9 18:50:46 2015 +0200 Committer: Alex Antonenko 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 = {