From 3b3678925b7e69ffc0adb61be5d7386d62c1940b Mon Sep 17 00:00:00 2001 From: Waldek Date: Sat, 22 May 2021 12:14:59 +0200 Subject: [PATCH] remove TimeSlot info --- templates/main_table.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/main_table.html b/templates/main_table.html index 2682668..3b5dffd 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -14,12 +14,12 @@ {% if _cdata[1]['TRX'] == "RX" %} M: {{_master}} - {{ _cdata[1]['SUB']|safe }} [TS {{ 1 if _cdata[1]['TS'] == True else 2 }}] + {{ _cdata[1]['SUB']|safe }} {{ _cdata[1]['DEST']|safe }} {% endif %} {% if _cdata[2]['TRX'] == "RX" %} M: {{_master}} - {{ _cdata[2]['SUB']|safe }} [TS {{ 1 if _cdata[1]['TS'] == True else 2 }}] + {{ _cdata[2]['SUB']|safe }} {{ _cdata[2]['DEST']|safe }} {% endif %} @@ -39,12 +39,12 @@ {% if _pdata[1]['TRX'] == "RX" %} P: {{_peer}} - {{ _pdata[1]['SUB']|safe }} [TS {{ 1 if _pdata[1]['TS'] == True else 2 }}] + {{ _pdata[1]['SUB']|safe }} {{ _pdata[1]['DEST']|safe }} {% endif %} {% if _pdata[2]['TRX'] == "RX" %} P: {{_peer}} - {{ _pdata[2]['SUB']|safe }} [TS {{ 1 if _pdata[1]['TS'] == True else 2 }}] + {{ _pdata[2]['SUB']|safe }} {{ _pdata[2]['DEST']|safe }} {% endif %}