mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-02 08:29:26 -05:00
TreeRenderer: remove duplicate actions
This commit is contained in:
parent
ca16f22a62
commit
b954a67c79
1 changed files with 0 additions and 1 deletions
|
|
@ -139,7 +139,6 @@ class TreeRenderer extends Renderer
|
|||
)->setContent($node->operatorHtml());
|
||||
}
|
||||
$td = $tr->createElement('td');
|
||||
$td->addContent($this->getActionIcons($bp, $node));
|
||||
|
||||
if ($node instanceof BpNode && $node->hasInfoUrl()) {
|
||||
$td->add($this->createInfoAction($node));
|
||||
|
|
|
|||
Loading…
Reference in a new issue