mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
Select notification id
This commit is contained in:
parent
227cb2c512
commit
5993745a86
@ -63,6 +63,7 @@ class ShowController extends Controller
|
|||||||
$this->view->commands = $commands;
|
$this->view->commands = $commands;
|
||||||
|
|
||||||
$notifications = $this->backend->select()->from('notification', array(
|
$notifications = $this->backend->select()->from('notification', array(
|
||||||
|
'id',
|
||||||
'host_name',
|
'host_name',
|
||||||
'service_description',
|
'service_description',
|
||||||
'notification_output',
|
'notification_output',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user