Explorar el Código

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

Xi Wang hace 11 años
padre
commit
59e41ba27a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: