Merge branch 'rolling' into improve-iframe-sizing

This commit is contained in:
CaCO3
2022-08-30 22:50:24 +02:00
committed by GitHub
6 changed files with 170 additions and 27 deletions

View File

@@ -37,6 +37,7 @@
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">System</a>
<div class="dropdown-content">
<a href="#"onclick="document.getElementById('maincontent').src = '/backup.html';">Backup/Restore</a>
<a href="#"onclick="document.getElementById('maincontent').src = '/ota_page.html';">OTA Update</a>
<a href="#"onclick="document.getElementById('maincontent').src = '/fileserver/log/message/?readonly=true';">Log Viewer</a>
<a href="#"onclick="document.getElementById('maincontent').src = '/reboot_page.html';">Reboot</a>