Add a few notifications

This commit is contained in:
Thomas Gelf 2014-03-08 08:34:59 +00:00
parent 63caf15494
commit b9a563cc03
1 changed files with 10 additions and 0 deletions

View File

@ -416,6 +416,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');
}
}
@ -449,6 +450,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');
}
}
@ -482,6 +484,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');
}
}
@ -514,6 +517,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');
}
}
@ -558,6 +562,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');
}
}
@ -587,6 +592,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');
}
}
@ -782,6 +788,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');
}
}
@ -813,6 +820,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');
}
}
@ -845,6 +853,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');
}
}
@ -877,6 +886,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');
}
}