mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +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'
|
'Also install NSClient++. It can be used through the Icinga Agent'
|
||||||
. ' and comes with a bunch of additional Check Plugins'
|
. ' 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,
|
'required' => true,
|
||||||
], true);
|
], true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user