aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/views/pages/activities.blade.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/resources/views/pages/activities.blade.php b/resources/views/pages/activities.blade.php
index 0c558af..897c622 100644
--- a/resources/views/pages/activities.blade.php
+++ b/resources/views/pages/activities.blade.php
@@ -16,8 +16,13 @@
@endif
</select>
-<div class="table-responsive">
+<div class="table-responsive mt-2">
<table id="ajax-table" class="table table-striped table-bordered">
+ <thead class="thead-dark">
+ <tr><th>Operator</th><th>From</th><th>To</th><th>Special Callsign</th><th>Frequencies</th><th>QSO</th></tr>
+ </thead>
+ <tbody>
+ </tbody>
</table>
</div>