mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-03 20:29:34 -05:00
TileRenderer: Fix invalid call to attributes()
This commit is contained in:
parent
5fe4983c3c
commit
fba4235a6a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class TileRenderer extends Renderer
|
|||
]
|
||||
);
|
||||
if (! $this->wantsRootNodes()) {
|
||||
$nodesDiv->attributes()->add('data-node-name', $this->parent->getName());
|
||||
$nodesDiv->getAttributes()->add('data-node-name', $this->parent->getName());
|
||||
}
|
||||
|
||||
$nodes = $this->getChildNodes();
|
||||
|
|
|
|||
Loading…
Reference in a new issue