mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-04 04:39:34 -05:00
TileRenderer: forgot to move addNode
This commit is contained in:
parent
f9f9233305
commit
0214c596e6
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@ class TileRenderer extends Renderer
|
|||
$this->add($this->add(new NodeTile($this, $name, $unbound)));
|
||||
}
|
||||
|
||||
if (! $this->isLocked()) {
|
||||
$this->add($this->addNewNode());
|
||||
}
|
||||
|
||||
$nodesDiv->addContent($this->getContent());
|
||||
$this->setContent($nodesDiv);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue