mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
IcingaHostForm: Remove whitespaces
This commit is contained in:
parent
51c7a258ce
commit
2a4a8d2fdc
@ -56,19 +56,19 @@ class IcingaHostForm extends DirectorObjectForm
|
||||
);
|
||||
|
||||
$this->optionalBoolean(
|
||||
'enable_active_checks',
|
||||
'enable_active_checks',
|
||||
$this->translate('Execute active checks'),
|
||||
$this->translate('Whether to actively check this host')
|
||||
);
|
||||
|
||||
$this->optionalBoolean(
|
||||
'enable_passive_checks',
|
||||
'enable_passive_checks',
|
||||
$this->translate('Accept passive checks'),
|
||||
$this->translate('Whether to accept passive check results for this host')
|
||||
);
|
||||
|
||||
$this->optionalBoolean(
|
||||
'enable_event_handler',
|
||||
'enable_event_handler',
|
||||
$this->translate('Enable event handler'),
|
||||
$this->translate('Whether to enable event handlers this host')
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user