parent
fff2d5c816
commit
8c5f2662ea
|
@ -123,6 +123,7 @@ class Monitoring_DowntimesController extends Controller
|
|||
$this->translate('Confirm removal of %d downtimes.'),
|
||||
count($this->downtimes)
|
||||
));
|
||||
$delDowntimeForm->setRedirectUrl(Url::fromPath('monitoring/list/downtimes'));
|
||||
$delDowntimeForm->setDowntimes($this->downtimes)->handleRequest();
|
||||
$this->view->delDowntimeForm = $delDowntimeForm;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue