mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Fix autosubmit of Icinga\Form\Config\General\LoggingConfigForm
This commit is contained in:
parent
c772787967
commit
80c42ce499
@ -44,7 +44,7 @@ class LoggingConfigForm extends Form
|
|||||||
'logging_type',
|
'logging_type',
|
||||||
array(
|
array(
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'class' => 'autosubmit',
|
'autosubmit' => true,
|
||||||
'label' => t('Logging Type'),
|
'label' => t('Logging Type'),
|
||||||
'description' => t('The type of logging to utilize.'),
|
'description' => t('The type of logging to utilize.'),
|
||||||
'multiOptions' => array(
|
'multiOptions' => array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user