mirror of
https://github.com/dg9vh/MMDVMHost-Websocketboard.git
synced 2026-04-04 14:07:34 +00:00
Some code-rework on logtailer for being compatible with Python 3.8 and new Column Last TX at in Currently in QSO for better round management
This commit is contained in:
parent
da1211bbb2
commit
9bf065a3a3
3 changed files with 79 additions and 13 deletions
|
|
@ -156,6 +156,7 @@
|
|||
<tr>
|
||||
<th>Callsign</th>
|
||||
<th>Added at</th>
|
||||
<th>Last TX at</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
@ -274,7 +275,8 @@
|
|||
|
||||
|
||||
var t_qso = $('#inQSO').DataTable( {
|
||||
"order": [[ 0, "asc" ]]
|
||||
"order": [[ 2, "asc" ]],
|
||||
"autoWidth": false
|
||||
} );
|
||||
|
||||
$('#inQSO tbody').on( 'click', 'tr', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue