feat: add style to webui
This commit is contained in:
parent
915433bb48
commit
ed82a3b54d
3 changed files with 171 additions and 8 deletions
|
|
@ -14,17 +14,18 @@
|
|||
|
||||
<main>
|
||||
<section class="filters">
|
||||
<button class="btn-primary" id="btn-refresh">Actualiser</button>
|
||||
<fieldset>
|
||||
<legend>Période</legend>
|
||||
<div>
|
||||
<legend>Paramètres</legend>
|
||||
<div class="filter-field">
|
||||
<label for="date-start">Du</label>
|
||||
<input type="date" id="date-start" name="date-start" />
|
||||
</div>
|
||||
<div>
|
||||
<div class="filter-field">
|
||||
<label for="date-end">Au</label>
|
||||
<input type="date" id="date-end" name="date-end" />
|
||||
</div>
|
||||
<div>
|
||||
<div class="filter-field">
|
||||
<label for="granularity">Granularité</label>
|
||||
<select id="granularity" name="granularity">
|
||||
<option value="hour">Heure</option>
|
||||
|
|
@ -34,7 +35,6 @@
|
|||
</select>
|
||||
</div>
|
||||
</fieldset>
|
||||
<button class="btn-primary" id="btn-refresh">Actualiser</button>
|
||||
</section>
|
||||
|
||||
<section class="kpis">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue