Restructure menus (#2921)

* renamed config pages
* restructured menu
This commit is contained in:
CaCO3
2024-02-17 00:40:46 +01:00
committed by GitHub
parent df72445e79
commit d4a0ad20ff
7 changed files with 17 additions and 17 deletions

View File

@@ -202,7 +202,7 @@
if (action_runtime > 10) { // After 10 seconds, start to check if we are up again
/* Check if the device is up again and forward to index page if so */
fetch('reboot_page.html?v=$COMMIT_HASH&' + Math.random(), {mode: 'no-cors'}).then(
r=>{parent.location.href=('index.html?v=$COMMIT_HASH');}
r=>{parent.location.href=('index.html?v=' + Math.random());}
)
}