mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-16 01:32:53 -05:00
DeleteNodeForm: fix business impact link
This commit is contained in:
parent
643261c9f7
commit
c86c2fe151
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class DeleteNodeForm extends QuickForm
|
|||
|
||||
$biLink = $view->qlink(
|
||||
$node->getAlias(),
|
||||
'director/node/impact',
|
||||
'businessprocess/node/impact',
|
||||
array('name' => $node->getName()),
|
||||
array('data-base-target' => '_next')
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue