From d56d10c712e37348e76c625493c159f3e6518c3b Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 20 Mar 2025 16:51:58 +0100 Subject: [PATCH] monitoring: Use the (new) icon for the reporting section The same that the reporting module is using now --- modules/monitoring/configuration.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/monitoring/configuration.php b/modules/monitoring/configuration.php index 653b01eb1..8e3f05dea 100644 --- a/modules/monitoring/configuration.php +++ b/modules/monitoring/configuration.php @@ -284,10 +284,10 @@ $section->add(N_('Timeline'), array( /* * Reporting Section */ -$section = $this->menuSection(N_('Reporting'), array( - 'icon' => 'barchart', +$section = $this->menuSection(N_('Reporting'), [ + 'icon' => 'fa-chart-simple', 'priority' => 100 -)); +]); /* * Current Incidents