monitoring/commands: Default 'schedule downtime for all services on the hosts' to false

refs #6593
This commit is contained in:
Eric Lippmann 2014-09-23 17:39:32 -07:00
parent b10737017d
commit 9601942116
1 changed files with 1 additions and 2 deletions

View File

@ -28,10 +28,9 @@ class ScheduleHostDowntimeCommandForm extends ScheduleServiceDowntimeCommandForm
'all_services',
array(
'label' => mt('monitoring', 'All Services'),
'value' => true,
'description' => mt(
'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.'
)
)
),