diff --git a/src/helpers/web/WebPanelServer.cpp b/src/helpers/web/WebPanelServer.cpp index 4147f907..eef42357 100644 --- a/src/helpers/web/WebPanelServer.cpp +++ b/src/helpers/web/WebPanelServer.cpp @@ -969,7 +969,7 @@ const char kWebPanelAppHtml[] PROGMEM = R"HTML(
Only two brokers can be enabled at the same time.
-
+
MQTT IATA is unset. Set it before enabling MeshCoreTel or LetsMesh brokers.
@@ -2075,9 +2075,7 @@ const char kWebPanelAppHtml[] PROGMEM = R"HTML( banner.classList.toggle("visible", showWarning && !isStatsPage); } if (inlineWarning) { - inlineWarning.textContent = showWarning - ? "MQTT IATA is unset. Set it before enabling MeshCoreTel or LetsMesh brokers." - : ""; + inlineWarning.style.display = showWarning ? "" : "none"; } } function queueCommand(task) {