From a95142cfff000afc64dc2dff4f531a1531770548 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 29 Aug 2015 06:56:34 -0400 Subject: [PATCH] privoxy: Use diagnostics_button template like other modules. --- plinth/modules/privoxy/templates/privoxy.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/plinth/modules/privoxy/templates/privoxy.html b/plinth/modules/privoxy/templates/privoxy.html index 9d36cceaf..4d9e06941 100644 --- a/plinth/modules/privoxy/templates/privoxy.html +++ b/plinth/modules/privoxy/templates/privoxy.html @@ -38,15 +38,14 @@

Status

-

+

{% if status.is_running %} - Privoxy is running + Privoxy is running {% else %} - Privoxy is not running + Privoxy is not running {% endif %} - Run Diagnostics

+{% include "diagnostics_button.html" with module="privoxy" %}

Configuration