added system menu to configure_index.html, reformating

This commit is contained in:
George Ruinelli
2022-08-30 22:06:37 +02:00
parent 774dde5767
commit b1e0203527

View File

@@ -35,6 +35,15 @@
<a href="#"onclick="document.getElementById('maincontent').src = 'edit_analog.html';">Analog ROIs</a>
</div>
</li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">System</a>
<div class="dropdown-content">
<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>
<a href="#"onclick="document.getElementById('maincontent').src = '/info.html';">Info</a>
</div>
</li>
</ul>
<iframe name="maincontent" class="iframe" id="maincontent" src="edit_config_param.html"></iframe>