From d46973c57cb37be2af444e9d9f1b26a0827925b0 Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 1 Mar 2021 13:28:05 +0100 Subject: [PATCH] Update main_table.html --- templates/main_table.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/main_table.html b/templates/main_table.html index b4ecee8..a1b2007 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -13,12 +13,12 @@ {% if _cdata[1]['TS'] == True or _cdata[2]['TS'] == True %} {% if _cdata[1]['TRX'] == "RX" %} - M: {{_master}} + M: {{_master}} {{ _cdata[1]['SUB']|safe }} [TS {{ 1 if _cdata[1]['TS'] == True else 2 }}] {{ _cdata[1]['DEST']|safe }} {% endif %} {% if _cdata[2]['TRX'] == "RX" %} - M: {{_master}} + M: {{_master}} {{ _cdata[2]['SUB']|safe }} [TS {{ 1 if _cdata[1]['TS'] == True else 2 }}] {{ _cdata[2]['DEST']|safe }} {% endif %}