From 08d9f550383ba84a82a1cb93a98adc5c664a7595 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 28 Jul 2024 02:19:18 -0600 Subject: [PATCH] Update the time conditions icon --- app/time_conditions/resources/dashboard/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/time_conditions/resources/dashboard/config.php b/app/time_conditions/resources/dashboard/config.php index 86053ecf5e..dab7d88fc6 100644 --- a/app/time_conditions/resources/dashboard/config.php +++ b/app/time_conditions/resources/dashboard/config.php @@ -4,7 +4,7 @@ $array['dashboard'][$x]['dashboard_uuid'] = '57fd7761-6ffb-4a11-bdf0-4ce632f50c3c'; $array['dashboard'][$x]['dashboard_name'] = 'Time Conditions'; $array['dashboard'][$x]['dashboard_path'] = 'core/dashboard/resources/dashboard/icon.php'; -$array['dashboard'][$x]['dashboard_icon'] = 'fa-user-friends'; +$array['dashboard'][$x]['dashboard_icon'] = 'fa-business-time'; $array['dashboard'][$x]['dashboard_url'] = '/app/time_conditions/time_conditions.php'; $array['dashboard'][$x]['dashboard_target'] = 'self'; $array['dashboard'][$x]['dashboard_width'] = '';