Add config for "Number of Spots" and "Spot Age" values used in the web UI. Closes #79

This commit is contained in:
Ian Renton
2025-11-13 21:18:27 +00:00
parent 2165ebc103
commit 4f83468309
12 changed files with 77 additions and 22 deletions

View File

@@ -101,11 +101,6 @@
<h5 class="card-title">Number of Alerts</h5>
<p class="card-text spothole-card-text">Show up to
<select id="alerts-to-fetch" class="storeable-select form-select ms-2" oninput="filtersUpdated();" style="width: 5em;display: inline-block;">
<option value="25">25</option>
<option value="50">50</option>
<option value="100" selected>100</option>
<option value="200">200</option>
<option value="500">500</option>
</select>
alerts
</p>