mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
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…
x
Reference in New Issue
Block a user