Update hblink_table.html

This commit is contained in:
Waldek 2019-06-13 20:58:07 +02:00 committed by GitHub
parent 2d0867409f
commit d0891a969a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -6,9 +6,9 @@
<th style='width: 100px;'>Frequency</th>
<th style='width: 70px;'>CC<br>LinkedTS</th>
<th style='width: 45px;'>Slot</th>
<th style='width: 20%;'>Call<br>Type</th>
<th style='width: 60%;'>Source<br>Subscriber</th>
<th style='width: 20%;'>Destination</th>
<th style='width: 15%;'>Call<br>Type</th>
<th style='width: 50%;'>Source<br>Subscriber</th>
<th style='width: 35%;'>Destination</th>
</tr>
{% for _master in _table['MASTERS'] %}
@ -45,9 +45,9 @@
<th style='width: 100px;'>Connected<br>TX/RX/Lost</th>
<th style='width: 70px;'>LinkedTS</th>
<th style='width: 45px;'>Slot</th>
<th style='width: 20%;'>Call<br>Type</th>
<th style='width: 60%;'>Source<br>Subscriber</th>
<th style='width: 20%;'>Destination</th>
<th style='width: 15%;'>Call<br>Type</th>
<th style='width: 50%;'>Source<br>Subscriber</th>
<th style='width: 35%;'>Destination</th>
</tr>
{% for _peer, _pdata in _table['PEERS'].iteritems() %}
@ -88,4 +88,4 @@
</tr>
{% endfor %}
</table>
</fieldset>
</fieldset>