Skip to content

Commit 695eafd

Browse files
committed
configuration.php: Define a icon and priority for the menu integration
Both are synchronized with the monitoring and reporting module now. No matter which one is enabled, the section looks always the same.
1 parent cfe7c22 commit 695eafd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

configuration.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
// Icinga Web 2 Cube Module | (c) 2016 Icinga GmbH | GPLv2
44

5-
$this->menuSection(N_('Reporting'))->add($this->translate('Cube'))->setUrl('cube/hosts')->setPriority(10);
5+
$this->menuSection(N_('Reporting'), ['icon' => 'fa-chart-simple', 'priority' => 100])
6+
->add($this->translate('Cube'))->setUrl('cube/hosts')->setPriority(10);

0 commit comments

Comments
 (0)