mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
wizard: Don't write skip_validation to config files
This commit is contained in:
parent
2c0662c420
commit
d4bea474b2
2 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ class ApiTransportPage extends Form
|
|||
'checkbox',
|
||||
'skip_validation',
|
||||
[
|
||||
'ignore' => true,
|
||||
'label' => t('Skip Validation'),
|
||||
'description' => t('Check this to not to validate the configuration')
|
||||
]
|
||||
|
|
|
|||
|
|
@ -136,6 +136,7 @@ class DbResourcePage extends Form
|
|||
'checkbox',
|
||||
'skip_validation',
|
||||
[
|
||||
'ignore' => true,
|
||||
'label' => t('Skip Validation'),
|
||||
'description' => t('Check this to not to validate the configuration')
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue