From c824bfe3ce50db0f7521881171f6d537901f6639 Mon Sep 17 00:00:00 2001
From: Sunil Mohan Adapa
Date: Mon, 18 Jun 2018 19:25:07 +0530
Subject: [PATCH] tor: Increase the size of the status tables
- Full size for hidden service table.
- Half size for ports table.
Signed-off-by: Manish Tripathy
Signed-off-by: Sunil Mohan Adapa
Reviewed-by: Sunil Mohan Adapa
---
plinth/modules/tor/templates/tor.html | 46 ++++++++++++---------------
1 file changed, 21 insertions(+), 25 deletions(-)
diff --git a/plinth/modules/tor/templates/tor.html b/plinth/modules/tor/templates/tor.html
index 944c5c096..371f354cc 100644
--- a/plinth/modules/tor/templates/tor.html
+++ b/plinth/modules/tor/templates/tor.html
@@ -58,30 +58,26 @@
{% include "diagnostics_button.html" with module="tor" enabled=status.enabled %}
{% if status.hs_enabled %}
-
-
-
-
-
- | {% trans "Hidden Service" %} |
- {% trans "Status" %} |
- {% trans "Ports" %} |
-
-
-
-
- | {{ status.hs_hostname }} |
- {{ status.hs_status }} |
-
- {% for service in status.hs_services %}
- {{ service }}
- {% endfor %}
- |
-
-
-
-
-
+
+
+
+ | {% trans "Hidden Service" %} |
+ {% trans "Status" %} |
+ {% trans "Ports" %} |
+
+
+
+
+ | {{ status.hs_hostname }} |
+ {{ status.hs_status }} |
+
+ {% for service in status.hs_services %}
+ {{ service }}
+ {% endfor %}
+ |
+
+
+
{% endif %}
{% trans "Configuration" %}
@@ -105,7 +101,7 @@
{% endblocktrans %}