Update hblink_table.html

This commit is contained in:
Waldek 2019-06-13 21:03:49 +02:00 committed by GitHub
parent d0891a969a
commit 2621666ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 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: 15%;'>Call<br>Type</th>
<th style='width: 20%;'>Call<br>Type</th>
<th style='width: 50%;'>Source<br>Subscriber</th>
<th style='width: 35%;'>Destination</th>
<th style='width: 30%;'>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: 15%;'>Call<br>Type</th>
<th style='width: 20%;'>Call<br>Type</th>
<th style='width: 50%;'>Source<br>Subscriber</th>
<th style='width: 35%;'>Destination</th>
<th style='width: 30%;'>Destination</th>
</tr>
{% for _peer, _pdata in _table['PEERS'].iteritems() %}