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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'>