Add sidebar item, template stubs + page actions

This commit is contained in:
billz
2024-02-19 10:08:29 +01:00
parent bf41d88340
commit 4e258b3981
7 changed files with 74 additions and 0 deletions

View File

@@ -45,6 +45,9 @@
case "/system_info":
DisplaySystem($extraFooterScripts);
break;
case "/restapi_conf":
DisplayRestAPI();
break;
case "/about":
DisplayAbout();
break;