mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-23 20:52:52 -05:00
TreeRenderer: fix simulation link
This commit is contained in:
parent
8825b0e343
commit
064e6934fb
1 changed files with 4 additions and 3 deletions
|
|
@ -203,9 +203,10 @@ class TreeRenderer extends Renderer
|
|||
{
|
||||
return $this->actionIcon(
|
||||
'magic',
|
||||
Url::fromPath('businessprocess/process/show?addSimulation&unlocked', array(
|
||||
'config' => $bp->getName(),
|
||||
'node' => $node->getName()
|
||||
$this->getUrl()->with(array(
|
||||
//'config' => $bp->getName(),
|
||||
'action' => 'simulation',
|
||||
'simulationnode' => $node->getName()
|
||||
)),
|
||||
$this->translate('Simulate a specific state')
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue