From 24c636568df7baafab121410c0e1c080689dcb34 Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 3 Jun 2021 16:03:34 +0200 Subject: [PATCH] fixed center text in QSO active window --- 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 ce6bf2d..774ba2a 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -8,7 +8,7 @@ -
+
{% for _master in _table['MASTERS'] %} {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %} {% if _cdata[1]['TS'] == True or _cdata[2]['TS'] == True %} @@ -54,7 +54,7 @@ {% endif %} {% endif %} {% endfor %} -
+
{% endif %}