monitoring: Disable loading host- and service-notes

This commit is contained in:
Johannes Meyer 2015-09-30 13:10:29 +02:00
parent 1c7b398219
commit 13575eb962
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}