Don't select host_unhandled_services in the service detail view
The column host_unhandled_services is not used in the service detail view. refs #8614
This commit is contained in:
parent
4102ee290b
commit
b9ec2844f5
|
@ -137,7 +137,6 @@ class Service extends MonitoredObject
|
||||||
'host_acknowledged',
|
'host_acknowledged',
|
||||||
'host_in_downtime',
|
'host_in_downtime',
|
||||||
'host_notifications_enabled',
|
'host_notifications_enabled',
|
||||||
'host_unhandled_services',
|
|
||||||
'host_action_url',
|
'host_action_url',
|
||||||
'host_notes_url',
|
'host_notes_url',
|
||||||
'host_display_name',
|
'host_display_name',
|
||||||
|
|
Loading…
Reference in New Issue