feat: use device choice in API consumption request instead of hardcoded
This commit is contained in:
parent
f4b7daabd3
commit
319821ce59
3 changed files with 37 additions and 4 deletions
|
|
@ -17,6 +17,11 @@
|
|||
<button class="btn-primary" id="btn-refresh">Actualiser</button>
|
||||
<fieldset>
|
||||
<legend>Paramètres</legend>
|
||||
<div class="filter-field">
|
||||
<label for="device">Appareil</label>
|
||||
<select id="device" name="device">
|
||||
</select>
|
||||
</div>
|
||||
<div class="filter-field">
|
||||
<label for="date-start">Du</label>
|
||||
<input type="date" id="date-start" name="date-start" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue