Kaynağa Gözat

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

Xi Wang 11 yıl önce
ebeveyn
işleme
59e41ba27a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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: