monitoring: Disable loading host- and service-notes
This commit is contained in:
parent
1c7b398219
commit
13575eb962
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue