a
This commit is contained in:
parent
d381722650
commit
4637c784d9
|
|
@ -273,6 +273,11 @@
|
||||||
style="width: <?= min($niveauGlobalConsoFamilleOut, 100) ?>%">
|
style="width: <?= min($niveauGlobalConsoFamilleOut, 100) ?>%">
|
||||||
<?= number_format($niveauGlobalConsoFamilleOut, 1) ?>%
|
<?= number_format($niveauGlobalConsoFamilleOut, 1) ?>%
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="progress-bar <?= $niveauGlobalConsoFamilleInp >= 80 ? 'bg-danger' : ($niveauGlobalConsoFamilleInp >= 50 ? 'bg-warning' : 'bg-success') ?>"
|
||||||
|
style="width: <?= min($niveauGlobalConsoFamilleInp, 100) ?>%">
|
||||||
|
<?= number_format($niveauGlobalConsoFamilleInp, 1) ?>%
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user