From c406761897620e89fa5ea4e4ae72cf88504b7561 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 13 Sep 2024 21:32:08 -0600 Subject: [PATCH] Update system_status.php --- app/system/resources/dashboard/system_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/system/resources/dashboard/system_status.php b/app/system/resources/dashboard/system_status.php index 37b4ce1861..e4ea52c3d4 100644 --- a/app/system/resources/dashboard/system_status.php +++ b/app/system/resources/dashboard/system_status.php @@ -178,7 +178,7 @@ if ($dashboard_chart_type == "progress_bar") { //cpu usage if ($dashboard_row_span > 1) { - echo " ".$text['label-processor_usage']." $dashboard_row_span\n"; + echo " ".$text['label-processor_usage']."\n"; echo "
\n"; echo "
get('theme', 'dashboard_cpu_usage_chart_main_color') ?? '#03c04a').";'>".round($percent_cpu)."%
\n"; echo "
\n";