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

View File

@ -8,7 +8,7 @@
</tr> </tr>
<tr style="border-collapse:collapse;border:none;"> <tr style="border-collapse:collapse;border:none;">
<td id="lact"> <td id="lact">
<div id="rcorner" > <div id="rcorner"><div>
{% for _master in _table['MASTERS'] %} {% for _master in _table['MASTERS'] %}
{% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %} {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %}
{% if _cdata[1]['TS'] == True or _cdata[2]['TS'] == True %} {% if _cdata[1]['TS'] == True or _cdata[2]['TS'] == True %}
@ -54,7 +54,7 @@
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</div></td> </div></div></td>
</tr> </tr>
{% endif %} {% endif %}
</table> </table>