Added updating shit
All checks were successful
Test compiling project / test (push) Successful in 2m32s
All checks were successful
Test compiling project / test (push) Successful in 2m32s
This commit is contained in:
@@ -68,6 +68,28 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!--Update card-->
|
||||
<div class="card">
|
||||
<header>
|
||||
<h4>Update Status</h4>
|
||||
</header>
|
||||
<table class="tg">
|
||||
<thead></thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Current Version: </td>
|
||||
<td id="current_fw">WAITING</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Newest Version: </td>
|
||||
<td id="server_fw">WAITING</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a class="button outline" href="/run_ota_update" id="update_button">UPDATE NOW</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user