From f27615c7483f64e57c2136eb0fbc82d970c7fc69 Mon Sep 17 00:00:00 2001
From: nikhil rayaprolu
Date: Fri, 22 Jul 2016 15:46:50 +0530
Subject: [PATCH] tor status UI update
---
plinth/modules/tor/templates/tor.html | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/plinth/modules/tor/templates/tor.html b/plinth/modules/tor/templates/tor.html
index 6ccc35d0a..c7b1ee691 100644
--- a/plinth/modules/tor/templates/tor.html
+++ b/plinth/modules/tor/templates/tor.html
@@ -26,23 +26,38 @@
{% if config_running %}
{% endif %}
+
{% endblock %}
{% block configuration %}
- {% trans "Status" %}
-
+
+{% trans "Status" %}
{% if config_running %}
{% trans "Tor configuration is being updated" %}
-
-
+
+
{% else %}
+
{% if status.is_running %}