You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/05/02 23:24:07 UTC

git commit: AMBARI-5662. change heartbeat lost text.(xiwang)

Repository: ambari
Updated Branches:
  refs/heads/branch-1.6.0 190f2b231 -> d8a07bc80


AMBARI-5662. change heartbeat lost text.(xiwang)


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

Branch: refs/heads/branch-1.6.0
Commit: d8a07bc801023d974467b0039a9c153cd6b47edf
Parents: 190f2b2
Author: Xi Wang <xi...@apache.org>
Authored: Fri May 2 11:56:13 2014 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Fri May 2 14:23:54 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/models/host_component.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d8a07bc8/ambari-web/app/models/host_component.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/models/host_component.js b/ambari-web/app/models/host_component.js
index 8ebf8ec..ca27fbb 100644
--- a/ambari-web/app/models/host_component.js
+++ b/ambari-web/app/models/host_component.js
@@ -256,7 +256,7 @@ App.HostComponentStatus = {
       case this.stopping:
         return 'Stopping...';
       case this.unknown:
-        return 'Heartbeat lost...';
+        return 'Heartbeat Lost';
       case this.upgrade_failed:
         return 'Upgrade Failed';
       case this.disabled: