mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
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 = new DateTime();
|
||||||
$checkTime->add(new DateInterval('PT1H'));
|
$checkTime->add(new DateInterval('PT1H'));
|
||||||
$this->addElements(array(
|
$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(
|
array(
|
||||||
'dateTimePicker',
|
'dateTimePicker',
|
||||||
'check_time',
|
'check_time',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user