Update system_status.php (#6126)

This commit is contained in:
AlexC
2021-11-12 12:58:04 -07:00
committed by GitHub
parent fdea4fb94c
commit a5f2f418d1
@@ -48,7 +48,7 @@
if (substr_count($stat, '%') > 0) { $percent_disk_usage = rtrim($stat,'%'); break; } if (substr_count($stat, '%') > 0) { $percent_disk_usage = rtrim($stat,'%'); break; }
} }
if ($percent_disk_usage != '') if ($percent_disk_usage != '') {
//add half doughnut charts //add half doughnut charts
?> ?>
<div style='display: flex; flex-wrap: wrap; justify-content: center; padding-bottom: 8px'> <div style='display: flex; flex-wrap: wrap; justify-content: center; padding-bottom: 8px'>