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