From 9116399a0390921994b45d295b40141f3f199dd0 Mon Sep 17 00:00:00 2001 From: Waldemar Ogonowski Date: Mon, 11 Jan 2021 20:25:32 +0100 Subject: [PATCH] small html code update --- 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 93fa1ca..28f98b7 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -44,7 +44,7 @@ {% endif %} {% if _pdata[2]['TRX'] == "RX" %} P: {{_peer}} - {{ _pdata[2]['SUB']|safe }} [ TS {{ 1 if _pdata[1]['TS'] == True else 2 }}]/td> + {{ _pdata[2]['SUB']|safe }} [TS {{ 1 if _pdata[1]['TS'] == True else 2 }}]/td> {{ _pdata[2]['DEST']|safe }} {% endif %}