mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-27 09:49:33 -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()
|
protected function onRequest()
|
||||||
{
|
{
|
||||||
$name = $this->getValue('name');
|
$name = $this->getValue('name');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue