mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-09 06:42:52 -05:00
BpNode: no link for unbound root node
This commit is contained in:
parent
c4004d9320
commit
fc29d7edf9
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ class BpNode extends Node
|
|||
protected function getActionIcons($view)
|
||||
{
|
||||
$icons = array();
|
||||
if (! $this->bp->isLocked()) {
|
||||
if (! $this->bp->isLocked() && $this->name !== '__unbound__') {
|
||||
$icons[] = $this->actionIcon(
|
||||
$view,
|
||||
'wrench',
|
||||
|
|
|
|||
Loading…
Reference in a new issue