configuration.php: Add service grid icon

This commit is contained in:
Sukhwinder Dhillon 2021-08-20 15:17:14 +02:00 committed by Johannes Meyer
parent 9f8935f081
commit 11f63b669d

View file

@ -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