mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update system_status.php (#6126)
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user