mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
parent
fff2d5c816
commit
8c5f2662ea
@ -123,6 +123,7 @@ class Monitoring_DowntimesController extends Controller
|
|||||||
$this->translate('Confirm removal of %d downtimes.'),
|
$this->translate('Confirm removal of %d downtimes.'),
|
||||||
count($this->downtimes)
|
count($this->downtimes)
|
||||||
));
|
));
|
||||||
|
$delDowntimeForm->setRedirectUrl(Url::fromPath('monitoring/list/downtimes'));
|
||||||
$delDowntimeForm->setDowntimes($this->downtimes)->handleRequest();
|
$delDowntimeForm->setDowntimes($this->downtimes)->handleRequest();
|
||||||
$this->view->delDowntimeForm = $delDowntimeForm;
|
$this->view->delDowntimeForm = $delDowntimeForm;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user