Skip to content

Commit

Permalink
monitoring: Disable loading host- and service-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Meyer committed Sep 30, 2015
1 parent 1c7b398 commit 13575eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 13575eb

Please sign in to comment.