mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-09 00:32:05 -04:00
Add "Tactical Overview" to menu
This commit is contained in:
parent
bb354c27c8
commit
502a792feb
1 changed files with 4 additions and 0 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue