From 0462df1ca3d5808f23118f2ee62aaecf5bb04bec Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Sat, 13 Aug 2022 13:41:39 +0100 Subject: [PATCH] Add relay connection status to relay list --- .../manage/threshold/irc/network/relays.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/core/templates/manage/threshold/irc/network/relays.html b/core/templates/manage/threshold/irc/network/relays.html index 8be23a6..135eea6 100644 --- a/core/templates/manage/threshold/irc/network/relays.html +++ b/core/templates/manage/threshold/irc/network/relays.html @@ -8,6 +8,7 @@ id reg + conn on @@ -36,6 +37,17 @@ {% endif %} + + {% if relay.conn %} + + + + {% else %} + + + + {% endif %} + {% if relay.enabled %}