mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-05 13:19:35 -05:00
ProcessController: fix tree view link
This commit is contained in:
parent
f8a9c08232
commit
a5eaa19bce
1 changed files with 2 additions and 2 deletions
|
|
@ -283,8 +283,8 @@ class ProcessController extends Controller
|
|||
$this->actions()->add(
|
||||
Link::create(
|
||||
$this->translate('Tree'),
|
||||
'businessprocess/process/show',
|
||||
$this->currentProcessParams(),
|
||||
$this->url()->with('mode', 'tree'),
|
||||
null,
|
||||
array('class' => 'icon-sitemap')
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue