From 7d868462a233a84b1d77c23b9b7f8407973cebce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kie=C5=82kowski?= Date: Thu, 28 May 2026 15:37:50 +0200 Subject: [PATCH] status text disabled --- als_alert_screen.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/als_alert_screen.html b/als_alert_screen.html index 16d87b1..be83c97 100644 --- a/als_alert_screen.html +++ b/als_alert_screen.html @@ -178,7 +178,7 @@ - +
@@ -201,7 +201,7 @@ const MACHINES = [ "4.65","4.68","5.29","5.54" ]; -const WS_BASE = "ws://luport.local/ws/als-data/"; +const WS_BASE = "ws://192.168.40.127/ws/als-data/"; const RECONNECT_MS = 5000; // ── Debug mode ──────────────────────────────────────────────────────────── @@ -305,7 +305,7 @@ function renderCards(alarms) { card.className = "machine-card"; card.innerHTML = `
${d.machine ?? id}
-
${d.status ?? "ALARM"}
+ `; grid.appendChild(card); });