Do not select host_state_type in the service detail view
The column host_state_type is not used in the service detail view. refs #8614
This commit is contained in:
parent
cbf39a2d99
commit
2d3fec9a42
|
@ -109,7 +109,6 @@ class Service extends MonitoredObject
|
|||
'host_name',
|
||||
'host_display_name',
|
||||
'host_state',
|
||||
'host_state_type',
|
||||
'host_last_state_change',
|
||||
'host_address',
|
||||
'host_problem',
|
||||
|
|
Loading…
Reference in New Issue