Use icon-history for history sidebar menu item
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
79ab6157a1
commit
b9e7bb857f
|
@ -210,7 +210,7 @@ $section->add(N_('Downtimes'), array(
|
||||||
* History Section
|
* History Section
|
||||||
*/
|
*/
|
||||||
$section = $this->menuSection(N_('History'), array(
|
$section = $this->menuSection(N_('History'), array(
|
||||||
'icon' => 'rewind',
|
'icon' => 'history',
|
||||||
'priority' => 90
|
'priority' => 90
|
||||||
));
|
));
|
||||||
$section->add(N_('Event Grid'), array(
|
$section->add(N_('Event Grid'), array(
|
||||||
|
|
Loading…
Reference in New Issue