Remove redundant help message when scheduling host/service checks
This commit is contained in:
parent
5382f73c53
commit
9df2430cbe
|
@ -47,16 +47,6 @@ class ScheduleServiceCheckCommandForm extends ObjectsCommandForm
|
|||
$checkTime = new DateTime();
|
||||
$checkTime->add(new DateInterval('PT1H'));
|
||||
$this->addElements(array(
|
||||
array(
|
||||
'note',
|
||||
'command-info',
|
||||
array(
|
||||
'value' => $this->translate(
|
||||
'This command is used to schedule the next check of hosts or services. Icinga will re-queue the'
|
||||
. ' hosts or services to be checked at the time you specify.'
|
||||
)
|
||||
)
|
||||
),
|
||||
array(
|
||||
'dateTimePicker',
|
||||
'check_time',
|
||||
|
|
Loading…
Reference in New Issue