Notifications for enable/disable active checks

This commit is contained in:
Thomas Gelf 2014-03-08 12:33:04 +01:00
parent d1c5e6da14
commit ca0fbedf0e

View File

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