mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-04 01:09:25 -05:00
TileRenderer: link unbound with name, not label
This commit is contained in:
parent
2f5c724653
commit
4d912dffc3
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class TileRenderer extends Renderer
|
|||
if ($this->wantsRootNodes()) {
|
||||
$unbound = $this->createUnboundParent($bp);
|
||||
if ($unbound->hasChildren()) {
|
||||
$name = $unbound->getAlias();
|
||||
$name = $unbound->getName();
|
||||
$this->add(new NodeTile($this, $name, $unbound));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue