Updated Branches:
  refs/heads/trunk bbb4553b3 -> 2a8ea2bd6

AMBARI-3066 Host checks should be skipped on failed to register host. (atkach)


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

Branch: refs/heads/trunk
Commit: 2a8ea2bd61d3dfb5b445ecacd3708cdce29a71f5
Parents: bbb4553
Author: atkach <[email protected]>
Authored: Mon Sep 2 14:06:48 2013 +0300
Committer: atkach <[email protected]>
Committed: Mon Sep 2 14:06:48 2013 +0300

----------------------------------------------------------------------
 ambari-web/app/views/wizard/step3_view.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/2a8ea2bd/ambari-web/app/views/wizard/step3_view.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/wizard/step3_view.js 
b/ambari-web/app/views/wizard/step3_view.js
index bbc647a..cfa6749 100644
--- a/ambari-web/app/views/wizard/step3_view.js
+++ b/ambari-web/app/views/wizard/step3_view.js
@@ -53,7 +53,7 @@ App.WizardStep3View = Em.View.extend({
     } else if (this.get('controller.isHostHaveWarnings')) {
       this.set('status', 'alert-warn');
       this.set('linkText', Em.I18n.t('installer.step3.warnings.linkText'));
-      this.set('message', 
Em.I18n.t('installer.step3.warnings.fails').format(hosts.length, failedHosts));
+      this.set('message', 
Em.I18n.t('installer.step3.warnings.fails').format(hosts.length - failedHosts));
     } else {
       this.set('status', 'alert-success');
       this.set('linkText', Em.I18n.t('installer.step3.noWarnings.linkText'));

Reply via email to