Remove text "Module" from GUI main page

This commit is contained in:
Theo Arends 2021-03-21 14:23:02 +01:00
parent 9d57411d4d
commit 9efeceafd9
1 changed files with 4 additions and 1 deletions

View File

@ -214,12 +214,15 @@ const char HTTP_HEAD_STYLE3[] PROGMEM =
"<div style='text-align:center;color:#%06x;'><h3>" D_MINIMAL_FIRMWARE_PLEASE_UPGRADE "</h3></div>" // COLOR_TEXT_WARNING "<div style='text-align:center;color:#%06x;'><h3>" D_MINIMAL_FIRMWARE_PLEASE_UPGRADE "</h3></div>" // COLOR_TEXT_WARNING
#endif #endif
"<div style='text-align:center;color:#%06x;'><noscript>" D_NOSCRIPT "<br></noscript>" // COLOR_TITLE "<div style='text-align:center;color:#%06x;'><noscript>" D_NOSCRIPT "<br></noscript>" // COLOR_TITLE
/*
#ifdef LANGUAGE_MODULE_NAME #ifdef LANGUAGE_MODULE_NAME
"<h3>" D_MODULE " %s</h3>" "<h3>" D_MODULE " %s</h3>"
#else #else
"<h3>%s " D_MODULE "</h3>" "<h3>%s " D_MODULE "</h3>"
#endif #endif
"<h2>%s</h2>"; */
"<h3>%s</h3>" // Module name
"<h2>%s</h2>"; // Device name
const char HTTP_MSG_SLIDER_GRADIENT[] PROGMEM = const char HTTP_MSG_SLIDER_GRADIENT[] PROGMEM =
"<div id='%s' class='r' style='background-image:linear-gradient(to right,%s,%s);'>" "<div id='%s' class='r' style='background-image:linear-gradient(to right,%s,%s);'>"