diff --git a/modules/monitoring/application/views/scripts/show/components/notes.phtml b/modules/monitoring/application/views/scripts/show/components/notes.phtml index 94f645897..c5179dcfa 100644 --- a/modules/monitoring/application/views/scripts/show/components/notes.phtml +++ b/modules/monitoring/application/views/scripts/show/components/notes.phtml @@ -3,6 +3,10 @@ use Icinga\Web\Navigation\Navigation; $navigation = new Navigation(); +$navigation->load($object->getType() . '-note'); +foreach ($navigation as $item) { + $item->setObject($object); +} $notes = trim($object->getNotes()); if ($notes) {