diff --git a/install.sh b/install.sh index 9c525da..85bb448 100644 --- a/install.sh +++ b/install.sh @@ -615,7 +615,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 %}