Remove redundant help message when scheduling host/service checks

This commit is contained in:
Johannes Meyer 2015-02-02 16:31:57 +01:00
parent 5382f73c53
commit 9df2430cbe
1 changed files with 0 additions and 10 deletions

View File

@ -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',