mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-20 14:50:11 -05:00
BpConfigForm: Switch to single column layout after adding/changing processes
This commit is contained in:
parent
788f690154
commit
b2ef90b99f
1 changed files with 5 additions and 0 deletions
|
|
@ -116,6 +116,11 @@ class BpConfigForm extends BpConfigBaseForm
|
|||
}
|
||||
}
|
||||
|
||||
protected function onSetup()
|
||||
{
|
||||
$this->getElement($this->getSubmitLabel())->setAttrib('data-base-target', '_main');
|
||||
}
|
||||
|
||||
protected function onRequest()
|
||||
{
|
||||
$name = $this->getValue('name');
|
||||
|
|
|
|||
Loading…
Reference in a new issue