mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +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
|
* Reporting Section
|
||||||
*/
|
*/
|
||||||
$section = $this->menuSection(N_('Reporting'), array(
|
$section = $this->menuSection(N_('Reporting'), [
|
||||||
'icon' => 'barchart',
|
'icon' => 'fa-chart-simple',
|
||||||
'priority' => 100
|
'priority' => 100
|
||||||
));
|
]);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Current Incidents
|
* Current Incidents
|
||||||
|
Loading…
x
Reference in New Issue
Block a user