diff --git a/templates/main_table.html b/templates/main_table.html index 26ce519..671d424 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -90,7 +90,7 @@ {% for _master in _table['MASTERS'] %} {% if _table['MASTERS'][_master]['PEERS']|length >0 %} {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %} - {{_cdata['CALLSIGN']}} ({{_master}}) + {{_cdata['CALLSIGN']}} {% endfor %} {% endif %} {% endfor %} @@ -101,7 +101,7 @@ PEERS: {% for _peer, _pdata in _table['PEERS'].items() %} - {{_pdata['CALLSIGN']}} ({{_peer}}) + {{_pdata['CALLSIGN']}} {% endfor %} {% endif %}