table update

This commit is contained in:
Cort Buffington 2018-11-30 18:29:07 -06:00
parent 885d2ad60e
commit ede71e0007
1 changed files with 13 additions and 2 deletions

View File

@ -13,7 +13,11 @@
<th>ID/Callsign/Location<br>IP:Port/KeepAlives</th>
<th>Frequency</th>
<th>ColorCode<br>LinkedTS</th>
<th>Realtime Status (to come)</th>
<th>Slot</th>
<th>Call<br>Type</th>
<th>Source<br>Subscriber</th>
<th>Source<br>Peer</th>
<th>Destination</th>
</tr>
{% for _master in _table['MASTERS'] %}
@ -28,9 +32,16 @@
<td rowspan="2">{{ _cdata['COLORCODE'] }}<br>{{ _cdata['SLOTS'] }}</td>
<td>TS1</td>
<td></td>
<td></td>
<td></td>
<td></td>
<tr>
<td>TS2</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tr>