Updated Branches: refs/heads/trunk bd5311003 -> b982dabf5
AMBARI-3930 Missing host message on cluster deploy. (atkach) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b982dabf Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b982dabf Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b982dabf Branch: refs/heads/trunk Commit: b982dabf5232f658f4a3d46d26d6cce6f3525004 Parents: bd53110 Author: atkach <[email protected]> Authored: Fri Nov 29 15:38:20 2013 +0200 Committer: atkach <[email protected]> Committed: Fri Nov 29 15:38:20 2013 +0200 ---------------------------------------------------------------------- ambari-web/app/controllers/wizard/step9_controller.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b982dabf/ambari-web/app/controllers/wizard/step9_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/wizard/step9_controller.js b/ambari-web/app/controllers/wizard/step9_controller.js index c718883..4dcace6 100644 --- a/ambari-web/app/controllers/wizard/step9_controller.js +++ b/ambari-web/app/controllers/wizard/step9_controller.js @@ -307,6 +307,7 @@ App.WizardStep9Controller = Em.Controller.extend({ return role + Em.I18n.t('installer.step9.serviceStatus.stop.failed'); } case 'EXECUTE' : + case 'SERVICE_CHECK' : switch (task.status) { case 'PENDING': return Em.I18n.t('installer.step9.serviceStatus.execute.pending') + role;
