This commit is contained in:
KANE LAZENI 2025-12-30 13:58:14 +00:00
parent 4637c784d9
commit 06634ba481

View File

@ -265,6 +265,13 @@
</div>
</div>
<!-- progress-bar -->
<div class="progress mb-3" >
<div class="progress-bar <?= $niveauGlobalConsoFamilleOut >= 80 ? 'bg-danger' : ($niveauGlobalConsoFamilleOut >= 50 ? 'bg-warning' : 'bg-success') ?>"
style="width: <?= min($niveauGlobalConsoFamilleOut, 100) ?>%">
<?= number_format($niveauGlobalConsoFamilleOut, 1) ?>%
</div>
</div>
</div>
<!-- progress-bar -->