updated GUI

This commit is contained in:
DJ2LS 2021-07-25 18:20:49 +02:00 committed by GitHub
parent d9aa3a951e
commit 5f2e06a170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -551,7 +551,7 @@
</div> </div>
<div class="col"> <div class="col">
<div class="card text-dark bg-light mb-1" style="height: 360px"> <div class="card text-dark bg-light mb-1" style="height: 360px">
<div class="card-header">HEARED STATIONS</div> <div class="card-header">HEARD STATIONS</div>
<div class="card-body"> <div class="card-body">
<!-- START OF TABLE FOR HEARD STATIONS --> <!-- START OF TABLE FOR HEARD STATIONS -->
@ -565,7 +565,8 @@
<th scope="col">Type</th> <th scope="col">Type</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody id="heardstations">
<!--
<tr> <tr>
<th scope="row">1</th> <th scope="row">1</th>
<td>Mark</td> <td>Mark</td>
@ -583,6 +584,7 @@
<td colspan="2">Larry the Bird</td> <td colspan="2">Larry the Bird</td>
<td>@twitter</td> <td>@twitter</td>
</tr> </tr>
-->
</tbody> </tbody>
</table> </table>