Преглед изворни кода

Merge pull request #978 from caco3/show-backup-also-on-index_configure.html

Show the backup menu entry also on the index_configure.html page
jomjol пре 3 година
родитељ
комит
3c8a65c540
1 измењених фајлова са 1 додато и 0 уклоњено
  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>