From 942938a66b2432ce4b2c2abecd9bf354cba0ea15 Mon Sep 17 00:00:00 2001 From: AlexC <40072887+alexdcrane@users.noreply.github.com> Date: Fri, 19 Nov 2021 17:15:24 -0700 Subject: [PATCH] Update system_status.php (#6144) --- app/system/resources/dashboard/system_status.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/system/resources/dashboard/system_status.php b/app/system/resources/dashboard/system_status.php index da9b43f0bf..cb1a518ec1 100644 --- a/app/system/resources/dashboard/system_status.php +++ b/app/system/resources/dashboard/system_status.php @@ -61,11 +61,11 @@ var cpu_usage_chart_background_color; if ('' <= 50) { - cpu_usage_chart_background_color = ''; + cpu_usage_chart_background_color = ''; } else if ('' <= 70 && '' > 50) { - cpu_usage_chart_background_color = '#ff9933'; + cpu_usage_chart_background_color = ''; } else if ('' > 70) { - cpu_usage_chart_background_color = '#ea4c46'; + cpu_usage_chart_background_color = ''; } const cpu_usage_chart_data = { @@ -118,11 +118,11 @@ var disk_usage_chart_background_color; if ('' < 60) { - disk_usage_chart_background_color = ''; + disk_usage_chart_background_color = ''; } else if ('' < 80 && '' > 60) { - disk_usage_chart_background_color = '#ff9933'; + disk_usage_chart_background_color = ''; } else if ('' >= 80) { - disk_usage_chart_background_color = '#ea4c46'; + disk_usage_chart_background_color = ''; } const disk_usage_chart_data = {