Compute general state

This commit is contained in:
2020-05-29 00:43:16 +02:00
parent 458ba4b365
commit 4b465920f0
5 changed files with 60 additions and 12 deletions

View File

@ -19,6 +19,13 @@
<span>{{{data.fatigueHTML}}}</span>
</div>
</div>
<div class="flexrow">
{{#each data.compteurs as |compteur key|}}
<div class="flexcol flex-group-center">
{{compteur.label}} : {{compteur.value}}
</div>
{{/each}}
</div>
</div>
</header>