Update index.html
This commit is contained in:
parent
475ebb9b93
commit
fc6b010e45
@ -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,7 +187,13 @@
|
||||
|
||||
<!-- 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user