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 88FFC1748C for ; Wed, 14 Jan 2015 18:02:27 +0000 (UTC) Received: (qmail 92409 invoked by uid 500); 14 Jan 2015 18:02:29 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 92380 invoked by uid 500); 14 Jan 2015 18:02:29 -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 92371 invoked by uid 99); 14 Jan 2015 18:02:29 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2015 18:02:29 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 00D46A423F9; Wed, 14 Jan 2015 18:02:28 +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: Wed, 14 Jan 2015 18:02:28 -0000 Message-Id: <59963e78b45d45629c8884869d87f930@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] ambari git commit: AMBARI-9126. On bootstrap retry, host checks animation is not shown (alexantonenko) Repository: ambari Updated Branches: refs/heads/trunk 20e67bcd6 -> 32f1b05fd AMBARI-9126. On bootstrap retry, host checks animation is not shown (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a88c69f3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a88c69f3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a88c69f3 Branch: refs/heads/trunk Commit: a88c69f3076d8386a01202da4901d6117624063d Parents: 20e67bc Author: Alex Antonenko Authored: Wed Jan 14 18:50:13 2015 +0200 Committer: Alex Antonenko Committed: Wed Jan 14 20:02:02 2015 +0200 ---------------------------------------------------------------------- ambari-web/app/controllers/wizard/step3_controller.js | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a88c69f3/ambari-web/app/controllers/wizard/step3_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/wizard/step3_controller.js b/ambari-web/app/controllers/wizard/step3_controller.js index a9e6be0..df08181 100644 --- a/ambari-web/app/controllers/wizard/step3_controller.js +++ b/ambari-web/app/controllers/wizard/step3_controller.js @@ -379,6 +379,8 @@ App.WizardStep3Controller = Em.Controller.extend({ }); this.set('numPolls', 0); this.set('registrationStartedAt', null); + this.set('isHostsWarningsLoaded', false); + this.set('stopChecking', false); if (this.get('content.installOptions.manualInstall')) { this.startRegistration(); } else {