a
This commit is contained in:
parent
4637c784d9
commit
06634ba481
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user