mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-17 11:10:23 +00:00
diagnostics: Prevent showing running status on diagnostics menu item
Tests: - Click on diagnostics menu item in any app. Notice that running status does not show up. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
4a6a936de4
commit
eb567e0f41
@ -9,7 +9,7 @@
|
||||
{% csrf_token %}
|
||||
|
||||
{% if enabled %}
|
||||
<input type="submit" class="btn btn-default"
|
||||
<input type="submit" class="btn btn-default no-running-status"
|
||||
value="{% trans "Run Diagnostics" %}"/>
|
||||
{% else %}
|
||||
<input type="submit" class="btn btn-default"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user