added backup page

This commit is contained in:
George Ruinelli
2022-08-30 00:29:50 +02:00
parent bf9050757b
commit 6417f780e6
5 changed files with 145 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ li.dropdown {
<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>