mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
CommandActions: Set missing title when rescheduling service checks
This commit is contained in:
parent
32ccff57f4
commit
d577153eed
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ trait CommandActions
|
|||
$this->handleCommandForm(ScheduleHostCheckCommandForm::class);
|
||||
break;
|
||||
case 'service':
|
||||
$this->setTitle($this->translate('Reschedule Service Check'));
|
||||
$this->handleCommandForm(ScheduleServiceCheckCommandForm::class);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue