add emergency recovery/reboot button (no JS)

This commit is contained in:
Christian Herzog
2019-10-02 18:36:06 +02:00
parent a5bd1b584e
commit 1547f89a4b
3 changed files with 40 additions and 30 deletions

View File

@@ -260,6 +260,11 @@
</div>
<div class="tab-pane fade" id="tab-system">
<div id="boot-div">
<form id="boot-form" action="/recovery.json" method="post" target="dummyframe">
<button id="boot-button" type="submit" class="btn btn-primary">Recovery</button>
</form>
</div>
<h1>Check for firmware upgrade</h1>
<div class="buttons">
<input type="button" id="fwcheck" class="btn btn-info" value="Check for updates" />
@@ -294,7 +299,7 @@
<div class="tab-pane fade" id="tab-credits">
<section>
<p><strong>squeezelite-esp32</strong>, &copy; 2019, philippe44, sle118, daduke<br />Licender under ???</p>
<p><strong>squeezelite-esp32</strong>, &copy; 2019, philippe44, sle118, daduke<br />Licensed under the GPL</p>
<p>
This app would not be possible without the following libraries:
</p>
@@ -309,5 +314,6 @@
</div>
<footer class="footer"><span id="foot-fw"></span><span id="foot-wifi"></span></footer>
<iframe width="0" height="0" border="0" name="dummyframe" id="dummyframe"></iframe>
</body>
</html>