mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
privoxy: Use diagnostics_button template like other modules.
This commit is contained in:
parent
2926d17104
commit
a95142cfff
@ -38,15 +38,14 @@
|
|||||||
|
|
||||||
<h3>Status</h3>
|
<h3>Status</h3>
|
||||||
|
|
||||||
<p>
|
<p class="running-status-parent">
|
||||||
{% if status.is_running %}
|
{% if status.is_running %}
|
||||||
<span class='running-status active'></span> Privoxy is running
|
<span class="running-status active"></span> Privoxy is running
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class='running-status inactive'></span> Privoxy is not running
|
<span class="running-status inactive"></span> Privoxy is not running
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="{% url 'diagnostics:module' 'privoxy' %}"
|
|
||||||
class="btn btn-default">Run Diagnostics</a>
|
|
||||||
</p>
|
</p>
|
||||||
|
{% include "diagnostics_button.html" with module="privoxy" %}
|
||||||
|
|
||||||
<h3>Configuration</h3>
|
<h3>Configuration</h3>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user