mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
Config: Fix base target of 'Create Command Transport' button link
This commit is contained in:
parent
7f132951a3
commit
4136f2fe43
1 changed files with 7 additions and 6 deletions
|
|
@ -36,12 +36,13 @@ class ConfigController extends Controller
|
|||
|
||||
$this->mergeTabs($this->Module()->getConfigTabs()->activate('command-transports'));
|
||||
|
||||
$this->addControl(new ButtonLink(
|
||||
$this->translate('Create Command Transport'),
|
||||
'icingadb/config/create-command-transport',
|
||||
'plus',
|
||||
['data-base-target' => '_next']
|
||||
));
|
||||
$this->addControl(
|
||||
(new ButtonLink(
|
||||
$this->translate('Create Command Transport'),
|
||||
'icingadb/config/create-command-transport',
|
||||
'plus'
|
||||
))->setBaseTarget('_next')
|
||||
);
|
||||
|
||||
$this->addFormToContent($form);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue