From 2ecdea2236861f2d9864f6d6c654a0dc1d99f43c Mon Sep 17 00:00:00 2001 From: Waldek Date: Tue, 25 May 2021 07:00:24 +0200 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 d7f7f0e..247d5cd 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -114,7 +114,7 @@
  PEERS:
{% for _peer, _pdata in _table['PEERS'].items() %} -   {{_peer}}   +   {{_peer}}   {% if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' %}
Connected