mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
monitoring: Use the (new) icon for the reporting section
The same that the reporting module is using now
This commit is contained in:
parent
6c8453062f
commit
d56d10c712
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user