mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
monitoring: Select the host and service display_name columns in the Notification data view
refs #7843
This commit is contained in:
parent
d8b1e63231
commit
ad879b1ee6
@ -20,7 +20,9 @@ class Notification extends DataView
|
||||
'notification_start_time',
|
||||
'notification_contact',
|
||||
'notification_output',
|
||||
'notification_command'
|
||||
'notification_command',
|
||||
'host_display_name',
|
||||
'service_display_name'
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user