From 802fb8cbebab7ff5e8956623add2baa3bd2f3e00 Mon Sep 17 00:00:00 2001 From: rodriguezst <2828844+rodriguezst@users.noreply.github.com> Date: Thu, 16 Jun 2022 12:54:45 +0000 Subject: [PATCH] Apply CSS to WebCfgServer --- WebCfgServer.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WebCfgServer.cpp b/WebCfgServer.cpp index 8771ada..fc6452c 100644 --- a/WebCfgServer.cpp +++ b/WebCfgServer.cpp @@ -488,6 +488,7 @@ void WebCfgServer::buildOtaHtml(String &response) void WebCfgServer::buildMqttConfigHtml(String &response) { + buildHtmlHeader(response); response.concat("
"); response.concat("

MQTT Configuration

"); response.concat(""); @@ -579,6 +580,8 @@ void WebCfgServer::buildHtmlHeader(String &response) { response.concat("\n"); response.concat("\n"); + response.concat(""); + response.concat("\n"); response.concat("NUKI Hub\n"); response.concat("\n"); response.concat("\n");