mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-30 23:19:27 -05:00
RenderedProcessActionBar: show config link only...
...on root level fixes #78
This commit is contained in:
parent
dfd9ee74c3
commit
605820adb7
1 changed files with 3 additions and 1 deletions
|
|
@ -82,7 +82,9 @@ class RenderedProcessActionBar extends ActionBar
|
|||
);
|
||||
}
|
||||
|
||||
if ($hasChanges || (! $renderer->isLocked()) && $meta->canModify()) {
|
||||
if ($renderer->wantsRootNodes() && (
|
||||
$hasChanges || (! $renderer->isLocked()) && $meta->canModify()
|
||||
)) {
|
||||
$this->add(
|
||||
Link::create(
|
||||
$this->translate('Config'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue