mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
b2a0f1b9c2
commit
2af06e9415
@ -117,6 +117,7 @@ class NavigationItem implements IteratorAggregate
|
|||||||
public function __construct($name, array $properties = null)
|
public function __construct($name, array $properties = null)
|
||||||
{
|
{
|
||||||
$this->setName($name);
|
$this->setName($name);
|
||||||
|
$this->priority = 100;
|
||||||
$this->children = new Navigation();
|
$this->children = new Navigation();
|
||||||
|
|
||||||
if (! empty($properties)) {
|
if (! empty($properties)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user