From 13575eb96209c744fb5710ee87469360a20620d0 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 30 Sep 2015 13:10:29 +0200 Subject: [PATCH] monitoring: Disable loading host- and service-notes --- .../application/views/scripts/show/components/notes.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/show/components/notes.phtml b/modules/monitoring/application/views/scripts/show/components/notes.phtml index eb8bf2205..4aa8b6bfc 100644 --- a/modules/monitoring/application/views/scripts/show/components/notes.phtml +++ b/modules/monitoring/application/views/scripts/show/components/notes.phtml @@ -3,7 +3,7 @@ use Icinga\Web\Navigation\Navigation; $navigation = new Navigation(); -$navigation->load($object->getType() . '-note'); +//$navigation->load($object->getType() . '-note'); foreach ($navigation as $item) { $item->setObject($object); }