瀏覽代碼

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

Xi Wang 11 年之前
父節點
當前提交
59e41ba27a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/models/host_component.js

+ 1 - 1
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: