mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34:05 +02:00
ConfigForm: correct welcome link
This commit is contained in:
parent
f66b5fe289
commit
85d63556b8
@ -102,7 +102,7 @@ class ConfigForm extends QuickForm
|
|||||||
);
|
);
|
||||||
$link = $this->getView()->qlink(
|
$link = $this->getView()->qlink(
|
||||||
$this->translate('start using'),
|
$this->translate('start using'),
|
||||||
'director/welcome',
|
'director',
|
||||||
null,
|
null,
|
||||||
array('data-base-target' => '_main')
|
array('data-base-target' => '_main')
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user