mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
monitoring/commands: Default 'schedule downtime for all services on the hosts' to false
refs #6593
This commit is contained in:
parent
b10737017d
commit
9601942116
@ -28,10 +28,9 @@ class ScheduleHostDowntimeCommandForm extends ScheduleServiceDowntimeCommandForm
|
|||||||
'all_services',
|
'all_services',
|
||||||
array(
|
array(
|
||||||
'label' => mt('monitoring', 'All Services'),
|
'label' => mt('monitoring', 'All Services'),
|
||||||
'value' => true,
|
|
||||||
'description' => mt(
|
'description' => mt(
|
||||||
'monitoring',
|
'monitoring',
|
||||||
'Schedule downtime for all services on the hosts and the hosts themself.'
|
'Schedule downtime for all services on the hosts and the hosts themselves.'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user