Show reschedule notice

This commit is contained in:
Thomas Gelf 2014-03-08 17:04:12 +01:00
parent dc865df3c4
commit ba59d938a1
1 changed files with 1 additions and 0 deletions

View File

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