mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +02:00
SelfServiceSettings: comment for future settings
This commit is contained in:
parent
bf2b90fd6c
commit
48e649439b
@ -193,6 +193,23 @@ class SelfServiceSettingsForm extends DirectorForm
|
||||
),
|
||||
'required' => true,
|
||||
]);
|
||||
/*
|
||||
* TODO: eventually add those:
|
||||
if ($settings->get('self-service/install_nsclient') === 'y') {
|
||||
$params['install_nsclient'] = true;
|
||||
$this->addBooleanSettingsToParams($settings, [
|
||||
'nsclient_add_defaults',
|
||||
'nsclient_firewall',
|
||||
'nsclient_service',
|
||||
], $params);
|
||||
|
||||
|
||||
$this->addStringSettingsToParams($settings, [
|
||||
'nsclient_directory',
|
||||
'nsclient_installer_path'
|
||||
], $params);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
public static function create(Db $db, Settings $settings)
|
||||
|
Loading…
x
Reference in New Issue
Block a user