mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
9c766c0241
commit
4fda29c1f0
@ -72,6 +72,7 @@ class DeleteDowntimesCommandForm extends CommandForm
|
||||
$delDowntime = new DeleteDowntimeCommand();
|
||||
$delDowntime
|
||||
->setDowntimeId($downtime->id)
|
||||
->setDowntimeName($downtime->name)
|
||||
->setIsService(isset($downtime->service_description));
|
||||
$this->getTransport($this->request)->send($delDowntime);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user