diff --git a/templates/peers_table.html b/templates/peers_table.html
index fc37faa..36e4715 100644
--- a/templates/peers_table.html
+++ b/templates/peers_table.html
@@ -17,13 +17,13 @@
{{_table['PEERS'][_peer]['CALLSIGN']}} (Id: {{ _table['PEERS'][_peer]['RADIO_ID'] }}) Linked Time Slot: {{ _table['PEERS'][_peer]['SLOTS'] }}
{{_table['PEERS'][_peer]['LOCATION']}} |
{{ _table['PEERS'][_peer]['STATS']['CONNECTED'] }}
{{ _table['PEERS'][_peer]['STATS']['PINGS_SENT'] }} / {{ _table['PEERS'][_peer]['STATS']['PINGS_ACKD'] }} / {{ _table['PEERS'][_peer]['STATS']['PINGS_SENT'] - _table['PEERS'][_peer]['STATS']['PINGS_ACKD'] }} |
- TS1 |
- {{ _pdata[1]['SUB']|safe }} |
- {{ _pdata[1]['DEST']|safe }} |
+ TS1 |
+ {{ _pdata[1]['SUB']|safe }} |
+ {{ _pdata[1]['DEST']|safe }} |
- TS2 |
- {{ _pdata[2]['SUB']|safe }} |
- {{ _pdata[2]['DEST']|safe }} |
+ TS2 |
+ {{ _pdata[2]['SUB']|safe }} |
+ {{ _pdata[2]['DEST']|safe }} |
{% endfor %}