check update added
This commit is contained in:
@@ -52,7 +52,13 @@
|
||||
</p>␍
|
||||
</div>␍
|
||||
<div class="">␍
|
||||
<button id="update-btn" class="btn btn-secondary">Check Updates</button>␍
|
||||
<button id="update-btn" class="btn btn-secondary">
|
||||
{% if system_info.update_available %}
|
||||
Update available!
|
||||
{%else%}
|
||||
Up to date
|
||||
{%endif%}
|
||||
</button>␍
|
||||
</div>␍
|
||||
</div>␍
|
||||
</nav>␍
|
||||
|
||||
Reference in New Issue
Block a user