From e8f0c75b84d9a6b371d02a19e430ae2381f4bf50 Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 22 Feb 2021 07:24:42 +0100 Subject: [PATCH] fixed display peers on TS 1 --- 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 04d29c3..9b3cdd0 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -40,7 +40,7 @@ {% if _pdata[1]['TRX'] == "RX" %} P: {{_peer}} {{ _pdata[1]['SUB']|safe }} [TS {{ 1 if _pdata[1]['TS'] == True else 2 }}] - {{ _cdata[1]['DEST']|safe }} + {{ _pdata[1]['DEST']|safe }} {% endif %} {% if _pdata[2]['TRX'] == "RX" %} P: {{_peer}}