mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 14:57:16 +00:00
Remove text "Module" from GUI main page
This commit is contained in:
parent
9d57411d4d
commit
9efeceafd9
@ -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);'>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user