Don't select host and service columns in the service detail view
The columns host and service are not used in the service detail view. refs #8614
This commit is contained in:
parent
3bbd68dc95
commit
88dce0c1f4
|
@ -141,8 +141,6 @@ class Service extends MonitoredObject
|
|||
'host_alias',
|
||||
'host_active_checks_enabled',
|
||||
'host_passive_checks_enabled',
|
||||
'host',
|
||||
'service',
|
||||
'service_perfdata',
|
||||
'service_active_checks_enabled',
|
||||
'service_active_checks_enabled_changed',
|
||||
|
|
Loading…
Reference in New Issue