mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
SelfServiceSettingsForm: fix setting name
This commit is contained in:
parent
91e9cec1e0
commit
251b97c023
@ -173,7 +173,7 @@ class SelfServiceSettingsForm extends DirectorForm
|
||||
'Also install NSClient++. It can be used through the Icinga Agent'
|
||||
. ' and comes with a bunch of additional Check Plugins'
|
||||
),
|
||||
'value' => $settings->getStoredOrDefaultValue('self-service/allow_updates'),
|
||||
'value' => $settings->getStoredOrDefaultValue('self-service/install_nsclient'),
|
||||
'required' => true,
|
||||
], true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user