From f002336050e1ee2255f904a99ce9d7d3d5a88676 Mon Sep 17 00:00:00 2001
From: Sunil Mohan Adapa
Date: Tue, 28 Jul 2015 16:41:17 +0530
Subject: [PATCH] tor: Update styling for service/port table
---
plinth/modules/tor/templates/tor.html | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/plinth/modules/tor/templates/tor.html b/plinth/modules/tor/templates/tor.html
index 7fb69024c..4b900a0e0 100644
--- a/plinth/modules/tor/templates/tor.html
+++ b/plinth/modules/tor/templates/tor.html
@@ -69,13 +69,21 @@ port-forwarded, if necessary:
-
- {% for name, port in tor_ports.items %}
+
+
+
+ | Service |
+ Port |
+
+
+
+ {% for name, port in tor_ports.items %}
| {{ name }} |
{{ port }} |
- {% endfor %}
+ {% endfor %}
+