mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Add select for how many spots to display. Closes #23
This commit is contained in:
@@ -57,4 +57,13 @@
|
||||
</div>
|
||||
|
||||
<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;">
|
||||
<option value="10">10</option>
|
||||
<option value="25">25</option>
|
||||
<option value="50" selected>50</option>
|
||||
<option value="100">100</option>
|
||||
</select>
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user