mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-08 14:39:33 -05:00
ProcessForm: create top level procs per default
This is less confusing for beginners
This commit is contained in:
parent
5ce4346cbd
commit
6fac82b3f9
1 changed files with 1 additions and 1 deletions
|
|
@ -67,8 +67,8 @@ class ProcessForm extends Form
|
|||
'Where to show this process'
|
||||
),
|
||||
'multiOptions' => array(
|
||||
'0' => $this->translate('Subprocess only'),
|
||||
'1' => $this->translate('Toplevel Process'),
|
||||
'0' => $this->translate('Subprocess only'),
|
||||
)
|
||||
));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue