mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
TreeRenderer: Remove obsolete placeholder element
This commit is contained in:
parent
ec14a7dbe1
commit
98f2ed8f48
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ class TreeRenderer extends Renderer
|
|||
$nodes = $this->parent->getChildren();
|
||||
}
|
||||
|
||||
$html[] = Html::tag('li', ['class' => 'placeholder']);
|
||||
foreach ($nodes as $name => $node) {
|
||||
$html[] = $this->renderNode($bp, $node);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue