remove headings from system and wifi pages.
This commit is contained in:
parent
7da5bc38d7
commit
4808af281c
2 changed files with 5 additions and 12 deletions
|
@ -30,7 +30,6 @@
|
||||||
|
|
||||||
|
|
||||||
const char* Page_system_HTML PROGMEM = R"(%HEADER%
|
const char* Page_system_HTML PROGMEM = R"(%HEADER%
|
||||||
<h2>⚙ System settings</h2>
|
|
||||||
%SAVE_MSG%
|
%SAVE_MSG%
|
||||||
%SUBNAV%
|
%SUBNAV%
|
||||||
<p>here you can set which features and sensors you use<br></p><form method='post' action='/system/'>
|
<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
|
* Subpage update
|
||||||
*/
|
*/
|
||||||
const char* Page_system_update_HTML PROGMEM = R"(%HEADER%
|
const char* Page_system_update_HTML PROGMEM = R"(%HEADER%
|
||||||
<h2>⚙ System settings</h2>
|
|
||||||
<div class='subnavTitle'>🔄 Firmware update</div>
|
|
||||||
%SUBNAV%
|
%SUBNAV%
|
||||||
Version: %CGVER% <br>
|
Version: %CGVER% <br>
|
||||||
Build : %CGBUILD% <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
|
* Subpage restart
|
||||||
*/
|
*/
|
||||||
const char* Page_system_restart_HTML PROGMEM = R"(%HEADER%
|
const char* Page_system_restart_HTML PROGMEM = R"(%HEADER%
|
||||||
<h2>⚙ System settings</h2>
|
|
||||||
<div class='subnavTitle'>❗ Restart CanGrow</div>
|
|
||||||
%SUBNAV%
|
%SUBNAV%
|
||||||
<div class='warnmsg'>
|
<div class='warnmsg'>
|
||||||
%RESTART_MSG%
|
%RESTART_MSG%
|
||||||
|
@ -119,8 +115,8 @@ const char* Page_system_restart_HTML_RESTART_MSG_POST PROGMEM = R"(Restarting...
|
||||||
* Subpage wipe
|
* Subpage wipe
|
||||||
*/
|
*/
|
||||||
const char* Page_system_wipe_HTML PROGMEM = R"(%HEADER%
|
const char* Page_system_wipe_HTML PROGMEM = R"(%HEADER%
|
||||||
<h2>⚙ System settings</h2>
|
|
||||||
<div class='subnavTitle'>💣 Factory reset</div>
|
|
||||||
%SUBNAV%
|
%SUBNAV%
|
||||||
<div class='warnmsg'>
|
<div class='warnmsg'>
|
||||||
%WIPE_MSG%
|
%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...)";
|
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%
|
const char* Page_system_output_HTML PROGMEM = R"(%HEADER%
|
||||||
<h2>⚙ System settings</h2>
|
|
||||||
<div class='subnavTitle'>⚡ Output configuration</div>
|
|
||||||
%SUBNAV%
|
%SUBNAV%
|
||||||
|
|
||||||
%FOOTER%)";
|
%FOOTER%)";
|
||||||
|
|
|
@ -28,8 +28,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const char* Page_wifi_HTML PROGMEM = R"(%HEADER%
|
const char* Page_wifi_HTML PROGMEM = R"(%HEADER%
|
||||||
<h2>📡 WiFi settings</h2>
|
|
||||||
|
|
||||||
%SAVE_MSG%
|
%SAVE_MSG%
|
||||||
%CURRENT_SETTINGS%
|
%CURRENT_SETTINGS%
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue