mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Fix "Undefined property: stdClass::$service_display_name" in the alert summary
fixes #8284
This commit is contained in:
parent
0b73dbdd6d
commit
555ab77c3d
@ -78,7 +78,9 @@ class Monitoring_AlertsummaryController extends Controller
|
||||
'notification',
|
||||
array(
|
||||
'host',
|
||||
'host_display_name',
|
||||
'service',
|
||||
'service_display_name',
|
||||
'notification_output',
|
||||
'notification_contact',
|
||||
'notification_start_time',
|
||||
@ -506,7 +508,9 @@ class Monitoring_AlertsummaryController extends Controller
|
||||
'notification',
|
||||
array(
|
||||
'host',
|
||||
'host_display_name',
|
||||
'service',
|
||||
'service_display_name',
|
||||
'notification_output',
|
||||
'notification_contact',
|
||||
'notification_start_time',
|
||||
|
Loading…
x
Reference in New Issue
Block a user