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:
Kim Huebel 2020-11-28 22:18:23 +00:00
parent da1211bbb2
commit 9bf065a3a3
3 changed files with 79 additions and 13 deletions

View file

@ -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 () {