Update index.html

This commit is contained in:
Justin 2022-06-11 13:40:24 +08:00 committed by GitHub
parent 475ebb9b93
commit fc6b010e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@
<div id="outer-div" class="main-div main-div3">
<button id="update-btn" class="btn update-btn">
<button id="update-btn" class="btn update-btn" onclick="showDiv()">
{% if system_info.update_available %}
Update available!
{%else%}
@ -187,6 +187,12 @@
<!-- End Button List -->
<!-- Updating message -->
<div id="update-message" style="display:none"><p id="update-p">Updating, please do not shutdown the ticker or disconnect from Wi-Fi. Refresh the web panel once the ticker is rebooted!</p></div>
<div id="wifi-message" style="display:none"><p id="wifi-p">Joining Wi-Fi, please restart the ticker.</p></div>
<!-- Ticker Form -->
@ -6168,7 +6174,7 @@
</div>
<button class="btn set-btn" id="join-network-btn">
<button class="btn set-btn" id="join-network-btn" onClick=showDivTwo()>
Join Network