Update lh.php
This commit is contained in:
parent
d9dec9561b
commit
4d7ff69d81
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>
|
<div class="panel-heading">Last Heard List of today's <?php echo $totalLH; ?> callsigns.</div>
|
||||||
<!-- Tabelle -->
|
<!-- Tabelle -->
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table id="lastHeard" class="table table-condensed">
|
<table id="lastHeard" class="table table-condensed table-striped table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Time (UTC)</th>
|
<th>Time (UTC)</th>
|
||||||
|
|
Loading…
Reference in a new issue