From a9a740f7f3925339a17088211b65a2fb41286b6f Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Fri, 21 Apr 2023 02:07:06 +0000 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index fab76c7..4b32be3 100644 --- a/update.sh +++ b/update.sh @@ -734,7 +734,7 @@ cat > /opt/FDMR-Monitor/templates/main_table.html <<- "EOF"

PEERS:

{% for _peer, _pdata in _table['PEERS'].items() %} -
  {{_pdata['CALLSIGN']}}   +
  {{_peer}}   {% if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' %} Connected {% else %}