Use icon binoculars for overview section
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
d664248d9d
commit
cfb4cd7ad1
|
@ -166,7 +166,7 @@ $section->add(N_('Current Downtimes'), array(
|
||||||
* Overview Section
|
* Overview Section
|
||||||
*/
|
*/
|
||||||
$section = $this->menuSection(N_('Overview'), array(
|
$section = $this->menuSection(N_('Overview'), array(
|
||||||
'icon' => 'sitemap',
|
'icon' => 'binoculars',
|
||||||
'priority' => 30
|
'priority' => 30
|
||||||
));
|
));
|
||||||
$section->add(N_('Tactical Overview'), array(
|
$section->add(N_('Tactical Overview'), array(
|
||||||
|
|
Loading…
Reference in New Issue