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

@@ -268,7 +268,7 @@ body, html {
break;
case 6: // Config page
document.getElementById('maincontent').src = 'edit_config_param.html?v=$COMMIT_HASH#description';
document.getElementById('maincontent').src = 'edit_config.html?v=$COMMIT_HASH#description';
document.getElementById('h_iframe_explain').style.display = "";
document.getElementById('h_iframe_explain').style="height:100px;"