Răsfoiți Sursa

Show the backup menu entry also on the index_configure.html page

George Ruinelli 3 ani în urmă
părinte
comite
906a2e05eb
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      sd-card/html/index_configure.html

+ 1 - 0
sd-card/html/index_configure.html

@@ -38,6 +38,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>