diff --git a/app/system/resources/dashboard/system_status.php b/app/system/resources/dashboard/system_status.php index 833c53c2bb..f4bea43daf 100644 --- a/app/system/resources/dashboard/system_status.php +++ b/app/system/resources/dashboard/system_status.php @@ -48,126 +48,112 @@ if (substr_count($stat, '%') > 0) { $percent_disk_usage = rtrim($stat,'%'); break; } } - if ($percent_disk_usage != '') { - echo " -
-
-
%
-
+ if ($percent_disk_usage != '') + //add half doughnut charts + ?> +
+
+
+
- - "; + const disk_usage_chart = new Chart( + document.getElementById('disk_usage_chart'), + disk_chart_config + ); + +