mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-02-04 01:04:33 +00:00
35 lines
2.4 KiB
HTML
35 lines
2.4 KiB
HTML
<div class="card">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Table Columns</h5>
|
|
<div class="form-group">
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input storeable-checkbox" type="checkbox" id="tableShowStartTime" value="tableShowStartTime" oninput="columnsUpdated();" checked>
|
|
<label class="form-check-label" for="tableShowStartTime">Start Time</label>
|
|
</div>
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input storeable-checkbox" type="checkbox" id="tableShowEndTime" value="tableShowEndTime" oninput="columnsUpdated();" checked>
|
|
<label class="form-check-label" for="tableShowEndTime">End Time</label>
|
|
</div>
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input storeable-checkbox" type="checkbox" id="tableShowDX" value="tableShowDX" oninput="columnsUpdated();" checked>
|
|
<label class="form-check-label" for="tableShowDX">DX</label>
|
|
</div>
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input storeable-checkbox" type="checkbox" id="tableShowFreqsModes" value="tableShowFreqsModes" oninput="columnsUpdated();" checked>
|
|
<label class="form-check-label" for="tableShowFreqsModes">Frequencies & Modes</label>
|
|
</div>
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input storeable-checkbox" type="checkbox" id="tableShowComment" value="tableShowComment" oninput="columnsUpdated();" checked>
|
|
<label class="form-check-label" for="tableShowComment">Comment</label>
|
|
</div>
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input storeable-checkbox" type="checkbox" id="tableShowSource" value="tableShowSource" oninput="columnsUpdated();" checked>
|
|
<label class="form-check-label" for="tableShowSource">Source</label>
|
|
</div>
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input storeable-checkbox" type="checkbox" id="tableShowRef" value="tableShowRef" oninput="columnsUpdated();" checked>
|
|
<label class="form-check-label" for="tableShowRef">Ref.</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |