From 95aa92963ea124730723b115a61f2381bfedda71 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Fri, 18 Oct 2024 10:10:21 +0200 Subject: [PATCH] Update index.html --- sd-card/html/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sd-card/html/index.html b/sd-card/html/index.html index f27b33df1..dea007714 100644 --- a/sd-card/html/index.html +++ b/sd-card/html/index.html @@ -136,7 +136,7 @@

An ESP32 all inclusive neural network recognition system for meter Digitizat @@ -189,7 +189,7 @@

An ESP32 all inclusive neural network recognition system for meter Digitizat if (category["MQTT"]["enabled"] && param["MQTT"]["HomeassistantDiscovery"].value1 == "true") { document.getElementById("ManualControl").style.display=""; - document.getElementById("HASendDiscovery").style.display=""; + document.getElementById("HASendDiscovery").style.display="width: 300px;"; } }