pull/2624/head
HB9HIL 2023-10-28 00:29:43 +02:00
rodzic c258a86455
commit d86e971957
1 zmienionych plików z 25 dodań i 21 usunięć

Wyświetl plik

@ -125,28 +125,32 @@
</div>
</div>
<div class="col-xs-12 col-md-8">
QSO list
<div class="qsoList">
<table class="table table-condensed table-striped table-sm" id="qsoTable">
<thead>
<tr>
<th>Date</th>
<th>Time</th>
<th>Callsign</th>
<th>Band</th>
<th>Mode</th>
<th>RS</th>
<th>RR</th>
<th>Op.</th>
<th>SOTA/WFF</th>
</tr>
</thead>
<tbody id="qsoTableBody">
</tbody>
</table>
<div class="card-header">
QSO list
</div>
<div class="card-body">
<div class="qsoList">
<table class="table table-condensed table-striped table-sm" id="qsoTable">
<thead>
<tr>
<th>Date</th>
<th>Time</th>
<th>Callsign</th>
<th>Band</th>
<th>Mode</th>
<th>RS</th>
<th>RR</th>
<th>Op.</th>
<th>SOTA/WFF</th>
</tr>
</thead>
<tbody id="qsoTableBody">
</tbody>
</table>
</div>
<span class="js-qso-count"></span>
</div>
<span class="js-qso-count"></span>
<div class="row mt-2">
<div class="col-3 col-sm-3">
<button class="btn btn-primary js-reload-qso">Reload QSO list</button>