mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
configuration.php: Add service grid icon
This commit is contained in:
parent
9f8935f081
commit
11f63b669d
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ namespace Icinga\Module\Icingadb
|
|||
'icon' => 'bell'
|
||||
]);
|
||||
$section->add(N_('Service Grid'), [
|
||||
'icon' => 'services',
|
||||
'icon' => 'cog',
|
||||
'description' => $this->translate('Display service problems as grid'),
|
||||
'url' => 'icingadb/services/grid?problems',
|
||||
'priority' => 70
|
||||
|
|
|
|||
Loading…
Reference in a new issue