aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-11-15 21:39:32 +0100
committerMateja <mail@matejamaric.com>2020-11-15 21:39:32 +0100
commita197dec136feae5cbf770f412cb951a62ed62564 (patch)
treee458009be2632c677a5589700de74f415d08edde /resources
parentc7cac63894263ab825dfd02c180d2efe8faf8bdc (diff)
downloadyota-laravel-a197dec136feae5cbf770f412cb951a62ed62564.tar.gz
yota-laravel-a197dec136feae5cbf770f412cb951a62ed62564.zip
AJAX select special callsign from activities finished.
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>