From 502a792febe353e8f1cceaa80d603c8d767ad019 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 16 Jan 2020 11:44:25 +0100 Subject: [PATCH] Add "Tactical Overview" to menu --- configuration.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.php b/configuration.php index 7085c651..81089e80 100644 --- a/configuration.php +++ b/configuration.php @@ -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'),