Select notification id

This commit is contained in:
Eric Lippmann 2019-07-26 17:11:48 +02:00
parent 227cb2c512
commit 5993745a86
1 changed files with 1 additions and 0 deletions

View File

@ -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',