From 372227ee9c5badc991cc35a510dcdd510c4eeba8 Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 24 May 2021 07:02:36 +0200 Subject: [PATCH] small html code update --- 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 3eb1197..04b7c12 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