Add max_duration filter for alerts #17

This commit is contained in:
Ian Renton
2025-10-07 20:36:46 +01:00
parent 63429c16c3
commit 73ef0c7621
5 changed files with 48 additions and 23 deletions

View File

@@ -66,7 +66,7 @@
<div id="table-container"></div>
<p>Spots to view:
<select id="spots-to-fetch" class="storeable-select form-select ms-2" style="width: 5em;display: inline-block;">
<select id="spots-to-fetch" class="storeable-select form-select ms-2" onclick="filtersUpdated();" style="width: 5em;display: inline-block;">
<option value="10">10</option>
<option value="25">25</option>
<option value="50" selected>50</option>