Show reschedule notice

This commit is contained in:
Thomas Gelf 2014-03-08 17:04:12 +01:00
parent dc865df3c4
commit ba59d938a1

View File

@ -358,6 +358,7 @@ class Monitoring_CommandController extends ActionController
if ($form->IsSubmittedAndValid() === true) { if ($form->IsSubmittedAndValid() === true) {
$this->target->sendCommand($form->createCommand(), $this->view->objects); $this->target->sendCommand($form->createCommand(), $this->view->objects);
Notification::success('Check has been rescheduled, result should be visible soon');
} }
} }