Use icon-history for history sidebar menu item

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
Florian Strohmaier 2016-11-21 13:17:13 +01:00 committed by Eric Lippmann
parent 79ab6157a1
commit b9e7bb857f
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ $section->add(N_('Downtimes'), array(
* History Section
*/
$section = $this->menuSection(N_('History'), array(
'icon' => 'rewind',
'icon' => 'history',
'priority' => 90
));
$section->add(N_('Event Grid'), array(