Update hblink_table.html

Add more space to TG names
This commit is contained in:
Waldek 2019-09-26 10:55:20 +02:00 committed by GitHub
parent ec70ff59b6
commit e139e80c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@
<th style='width: 160px;'>Callsign (DMR Id)<br>Location</th>
<th style='width: 90px;'>Time Connected</th>
<th style='width: 40px;'>Slot</th>
<th style='width: 55%;'>Source Subscriber</th>
<th style='width: 35%;'>Destination</th>
<th style='width: 50%;'>Source Subscriber</th>
<th style='width: 40%;'>Destination</th>
</tr>
{% for _master in _table['MASTERS'] %}
@ -47,8 +47,8 @@
<th style='width: 160px;'>Callsign (DMR Id)<br>Master IP:Port</th>
<th style='width: 90px;'>Connected<br>TX/RX/Lost</th>
<th style='width: 42px;'>Slot</th>
<th style='width: 55%;'>Source Subscriber</th>
<th style='width: 35%;'>Destination</th>
<th style='width: 50%;'>Source Subscriber</th>
<th style='width: 40%;'>Destination</th>
</tr>
{% for _peer, _pdata in _table['PEERS'].items() %}
<tr style="background-color:#f9f9f9f9;">