Don't select host_output column in the service detail view
The column host_output is not used in the service detail view refs #8614
This commit is contained in:
parent
6d78ab69ef
commit
9dc6e65e5f
|
@ -135,7 +135,6 @@ class Service extends MonitoredObject
|
|||
'service_check_source',
|
||||
'service_current_notification_number',
|
||||
'host_acknowledged',
|
||||
'host_output',
|
||||
'host_long_output',
|
||||
'host_in_downtime',
|
||||
'host_is_flapping',
|
||||
|
|
Loading…
Reference in New Issue