Update lh.php
This commit is contained in:
parent
4e2d35e32c
commit
be928327f4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ $totalLH = count($lastHeard);
|
|||
<div class="panel-heading">Last Heard List of today's <?php echo $totalLH; ?> callsigns.</div>
|
||||
<!-- Tabelle -->
|
||||
<div class="table-responsive">
|
||||
<table id="lastHeard" class="table table-condensed">
|
||||
<table id="lastHeard" class="table table-condensed table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Time (UTC)</th>
|
||||
|
|
Loading…
Reference in a new issue