From af2e757cb9674ecc069c0141ba6ec2b1ac249ccb Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 22 Feb 2021 11:57:33 +0100 Subject: [PATCH] Update main_table.html --- templates/main_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/main_table.html b/templates/main_table.html index 9b3cdd0..544bf7a 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -115,7 +115,7 @@
  PEERS:
{% for _peer, _pdata in _table['PEERS'].items() %} -   {{_peer}}   +   {{_peer}}   {% if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' %}
  Connected