mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-05-30 17:35:11 +00:00
Modify the front so that it allows QRZ.com and HamQTH credentials to be provided by the client (if none are provided, the lookups do not occur.)
This commit is contained in:
10
templates/widgets/data-area-header.html
Normal file
10
templates/widgets/data-area-header.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="card-header">
|
||||
<div class="row">
|
||||
<div class="col-auto me-auto">
|
||||
Data
|
||||
</div>
|
||||
<div class="col-auto d-inline-flex">
|
||||
<button id="close-data-button" type="button" class="btn-close btn-close" aria-label="Close" onclick="closeDataPanel();"></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user