feat: add key values on front
This commit is contained in:
parent
28baab1956
commit
56619b524d
2 changed files with 46 additions and 0 deletions
|
|
@ -32,6 +32,31 @@
|
|||
</fieldset>
|
||||
<button class="btn-primary" id="btn-refresh">Actualiser</button>
|
||||
</section>
|
||||
|
||||
<section class="kpis">
|
||||
<dl>
|
||||
<dt>Consommation totale</dt>
|
||||
<dd>
|
||||
<span id="kpi-total">-</span>
|
||||
<span>m³</span>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Moyenne par période</dt>
|
||||
<dd>
|
||||
<span id="kpi-avg">-</span>
|
||||
<span>m³</span>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Relevés</dt>
|
||||
<dd>
|
||||
<span id="kpi-count">-</span>
|
||||
<span>points</span>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section class="chart-section">
|
||||
<div>
|
||||
<canvas id="consumption-chart"></canvas>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue