mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-04 01:09:25 -05:00
ImportedNode: fix link to linked node
This commit is contained in:
parent
cc70b28cf3
commit
59d721fdbc
1 changed files with 2 additions and 2 deletions
|
|
@ -230,8 +230,8 @@ class ImportedNode extends Node
|
|||
$this->getAlias(),
|
||||
'businessprocess/process/show',
|
||||
array(
|
||||
'config' => $this->configName,
|
||||
'process' => $this->name
|
||||
'config' => $this->configName,
|
||||
'node' => $this->nodeName
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue