Selaa lähdekoodia

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

Xi Wang 11 vuotta sitten
vanhempi
commit
59e41ba27a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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:
       case this.stopping:
         return 'Stopping...';
         return 'Stopping...';
       case this.unknown:
       case this.unknown:
-        return 'Heartbeat lost...';
+        return 'Heartbeat Lost';
       case this.upgrade_failed:
       case this.upgrade_failed:
         return 'Upgrade Failed';
         return 'Upgrade Failed';
       case this.disabled:
       case this.disabled: