remove headings from system and wifi pages.

This commit is contained in:
Marcus 2024-10-24 17:20:50 +02:00
parent 7da5bc38d7
commit 4808af281c
2 changed files with 5 additions and 12 deletions

View file

@ -30,7 +30,6 @@
const char* Page_system_HTML PROGMEM = R"(%HEADER%
<h2>&#9881; System settings</h2>
%SAVE_MSG%
%SUBNAV%
<p>here you can set which features and sensors you use<br></p><form method='post' action='/system/'>
@ -65,8 +64,7 @@ const char* Page_system_HTML_SUBNAV PROGMEM = R"(<ul class='subnav'>
* Subpage update
*/
const char* Page_system_update_HTML PROGMEM = R"(%HEADER%
<h2>&#9881; System settings</h2>
<div class='subnavTitle'>&#x1F504; Firmware update</div>
%SUBNAV%
Version: %CGVER% <br>
Build : %CGBUILD% <br>
@ -97,8 +95,6 @@ Please see messages on serial monitor for more information and go back to <a hre
* Subpage restart
*/
const char* Page_system_restart_HTML PROGMEM = R"(%HEADER%
<h2>&#9881; System settings</h2>
<div class='subnavTitle'>&#10071; Restart CanGrow</div>
%SUBNAV%
<div class='warnmsg'>
%RESTART_MSG%
@ -119,8 +115,8 @@ const char* Page_system_restart_HTML_RESTART_MSG_POST PROGMEM = R"(Restarting...
* Subpage wipe
*/
const char* Page_system_wipe_HTML PROGMEM = R"(%HEADER%
<h2>&#9881; System settings</h2>
<div class='subnavTitle'>&#x1F4A3; Factory reset</div>
%SUBNAV%
<div class='warnmsg'>
%WIPE_MSG%
@ -139,11 +135,10 @@ Please confirm: <input type='checkbox' id='confirmed' name='confirmed' required
const char* Page_system_wipe_HTML_WIPE_MSG_POST PROGMEM = R"(Restarting...)";
/*
* Subpage wipe
* Subpage output
*/
const char* Page_system_output_HTML PROGMEM = R"(%HEADER%
<h2>&#9881; System settings</h2>
<div class='subnavTitle'>&#9889; Output configuration</div>
%SUBNAV%
%FOOTER%)";

View file

@ -28,8 +28,6 @@
*/
const char* Page_wifi_HTML PROGMEM = R"(%HEADER%
<h2>&#128225; WiFi settings</h2>
%SAVE_MSG%
%CURRENT_SETTINGS%