mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +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>
|
||||
|
||||
<p>
|
||||
<p class="running-status-parent">
|
||||
{% if status.is_running %}
|
||||
<span class='running-status active'></span> Privoxy is running
|
||||
<span class="running-status active"></span> Privoxy is running
|
||||
{% else %}
|
||||
<span class='running-status inactive'></span> Privoxy is not running
|
||||
<span class="running-status inactive"></span> Privoxy is not running
|
||||
{% endif %}
|
||||
<a href="{% url 'diagnostics:module' 'privoxy' %}"
|
||||
class="btn btn-default">Run Diagnostics</a>
|
||||
</p>
|
||||
{% include "diagnostics_button.html" with module="privoxy" %}
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user