a
This commit is contained in:
parent
a08f36ddbf
commit
9f64f58682
|
|
@ -270,7 +270,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- progress-bar -->
|
<!-- progress-bar -->
|
||||||
<div class="progress mb-3" >
|
<div class="progress mb-0" >
|
||||||
<div class="progress-bar <?= $niveauGlobalConsoFamilleOut >= 80 ? 'bg-danger' : ($niveauGlobalConsoFamilleOut >= 50 ? 'bg-warning' : 'bg-success') ?>"
|
<div class="progress-bar <?= $niveauGlobalConsoFamilleOut >= 80 ? 'bg-danger' : ($niveauGlobalConsoFamilleOut >= 50 ? 'bg-warning' : 'bg-success') ?>"
|
||||||
style="width: <?= min($niveauGlobalConsoFamilleOut, 100) ?>%">
|
style="width: <?= min($niveauGlobalConsoFamilleOut, 100) ?>%">
|
||||||
<?= number_format($niveauGlobalConsoFamilleOut, 1) ?>%
|
<?= number_format($niveauGlobalConsoFamilleOut, 1) ?>%
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user