fixed center text in QSO active window

This commit is contained in:
Waldek 2021-06-03 16:03:34 +02:00 committed by GitHub
parent 7fcb6fe45f
commit 24c636568d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
</tr>
<tr style="border-collapse:collapse;border:none;">
<td id="lact">
<div id="rcorner" >
<div id="rcorner"><div>
{% 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 %}
</div></td>
</div></div></td>
</tr>
{% endif %}
</table>