diff options
author | Mateja <mail@matejamaric.com> | 2020-11-15 21:39:32 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-11-15 21:39:32 +0100 |
commit | a197dec136feae5cbf770f412cb951a62ed62564 (patch) | |
tree | e458009be2632c677a5589700de74f415d08edde /resources/views | |
parent | c7cac63894263ab825dfd02c180d2efe8faf8bdc (diff) | |
download | yota-laravel-a197dec136feae5cbf770f412cb951a62ed62564.tar.gz yota-laravel-a197dec136feae5cbf770f412cb951a62ed62564.zip |
AJAX select special callsign from activities finished.
Diffstat (limited to 'resources/views')
-rw-r--r-- | resources/views/pages/activities.blade.php | 7 |
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> |