mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 15:54:03 +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,
|
'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)
|
public static function create(Db $db, Settings $settings)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user