|
|
@@ -435,7 +435,7 @@ class core
|
|
|
$infos = ["color" => "bg-danger"];
|
|
|
}
|
|
|
|
|
|
- echo ' <div class="mb-3" style="margin:10px 0; padding:20px; border-bottom: 1px solid #dee2e6;">
|
|
|
+ echo ' <div class="mb-3" style="margin:10px 0;">
|
|
|
<label class="form-label" style=""><i class="'.$_icon.'" style="font-size:18px; margin:4px;"></i> <span style="font-weight: bold;">'.$_label.'</span> [' . core::convertBytes($_num, "o", $valueUnitNum) . ' / ' . core::convertBytes($_max, "o", $valueUnitMax) . ']</label>
|
|
|
<div class="progress" role="progressbar" aria-label="Success example" aria-valuenow="'.$pourcentage.'" aria-valuemin="0" aria-valuemax="100">
|
|
|
<div class="progress-bar '.$infos["color"].'" style="width: '.$pourcentage.'%">'.$pourcentage.'%</div>
|