Don't select host_modified_host_attributes in the service detail view
The column host_modified_host_attributes is not used in the service detail view. refs #8614
This commit is contained in:
parent
34ad174f89
commit
d65aa39ebd
|
@ -141,7 +141,6 @@ class Service extends MonitoredObject
|
||||||
'host_alias',
|
'host_alias',
|
||||||
'host_active_checks_enabled',
|
'host_active_checks_enabled',
|
||||||
'host_passive_checks_enabled',
|
'host_passive_checks_enabled',
|
||||||
'host_modified_host_attributes',
|
|
||||||
'host',
|
'host',
|
||||||
'service',
|
'service',
|
||||||
'service_hard_state',
|
'service_hard_state',
|
||||||
|
|
Loading…
Reference in New Issue