mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-11 23:21:42 +00:00
Replace dash-separated config & API properties with underscore-separated versions. #127
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Number of Spots</h5>
|
||||
<p class="card-text spothole-card-text">Show up to
|
||||
<select id="spots_to_fetch" class="storeable-select form-select ms-2 me-2 d-inline-block"
|
||||
oninput="filtersUpdated();" style="width: 5em; display: inline-block;">
|
||||
{% for c in web_ui_options["spot_count"] %}
|
||||
<option value="{{c}}" {% if web_ui_options[
|
||||
"spot_count_default"] == c %}selected{% end %}>{{c}}</option>
|
||||
{% end %}
|
||||
</select>
|
||||
spots
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user