mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
Navigation: Close the navigation item after all children have been rendererd
refs #5543
This commit is contained in:
parent
705432b5fb
commit
2996cb77ab
@ -120,6 +120,7 @@ class RecursiveNavigationRenderer extends RecursiveIteratorIterator implements N
|
||||
public function endChildren()
|
||||
{
|
||||
$this->content[] = $this->getInnerIterator()->endChildrenMarkup();
|
||||
$this->content[] = $this->getInnerIterator()->endItemMarkup();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user