Update system_status.php (#6126)
This commit is contained in:
parent
fdea4fb94c
commit
a5f2f418d1
|
|
@ -48,7 +48,7 @@
|
|||
if (substr_count($stat, '%') > 0) { $percent_disk_usage = rtrim($stat,'%'); break; }
|
||||
}
|
||||
|
||||
if ($percent_disk_usage != '')
|
||||
if ($percent_disk_usage != '') {
|
||||
//add half doughnut charts
|
||||
?>
|
||||
<div style='display: flex; flex-wrap: wrap; justify-content: center; padding-bottom: 8px'>
|
||||
|
|
|
|||
Loading…
Reference in New Issue