Select notification id
This commit is contained in:
parent
227cb2c512
commit
5993745a86
|
@ -63,6 +63,7 @@ class ShowController extends Controller
|
|||
$this->view->commands = $commands;
|
||||
|
||||
$notifications = $this->backend->select()->from('notification', array(
|
||||
'id',
|
||||
'host_name',
|
||||
'service_description',
|
||||
'notification_output',
|
||||
|
|
Loading…
Reference in New Issue