Add "Tactical Overview" to menu

This commit is contained in:
Eric Lippmann 2020-01-16 11:44:25 +01:00 committed by Johannes Meyer
parent bb354c27c8
commit 502a792feb

View file

@ -61,6 +61,10 @@ namespace Icinga\Module\Icingadb
'url' => 'icingadb/health',
'priority' => 100
]);
$section->add(N_('Tactical Overview'), [
'url' => 'icingadb/tactical',
'priority' => 110
]);
$this->provideConfigTab('database', [
'label' => $this->translate('Database'),