diff --git a/core/templates/base.html b/core/templates/base.html
index e953ae4..1c6841c 100644
--- a/core/templates/base.html
+++ b/core/templates/base.html
@@ -90,6 +90,9 @@
height: 20em;
overflow: auto;
}
+ table.relays-table tr:nth-of-type(2n) td {
+ border-bottom: 3px solid grey;
+ }
/* @media screen and (min-width: 500px) {
.datetimepicker-wrapper {
diff --git a/core/templates/manage/threshold/irc/network/relays.html b/core/templates/manage/threshold/irc/network/relays.html
index 84d3d88..db906eb 100644
--- a/core/templates/manage/threshold/irc/network/relays.html
+++ b/core/templates/manage/threshold/irc/network/relays.html
@@ -4,7 +4,7 @@
{% if relays is not None %}
-
+
| id |
@@ -40,7 +40,7 @@
| nick |
-
+
|
@@ -100,69 +100,106 @@
{{ relay.nick }}
-
-
-
- |
+
+
+
+
+
+ {# actions-top #}
+
+
+ |
+
+
+
+
+
+ | {# id #}
+
+
+
+
+
+
+ | {# reg #}
+
+
+
+
+
+
+ | {# auth #}
+ | {# conn #}
+
+ {% if relay.enabled %}
+
+
+
+
+
+ {% else %}
+
+
+
+
+
+ {% endif %}
+ | {# on #}
+ |
+ |
+ |
+
+
+
+
+
+
+ | {# actions-bottom #}
{% endfor %}