mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Don't select host_last_time_* in the service detail view
The columns host_last_time_ up, down and unreachable are not used in the service detail view. refs #8614
This commit is contained in:
parent
2cbeab55da
commit
34ad174f89
@ -141,9 +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_last_time_up',
|
|
||||||
'host_last_time_down',
|
|
||||||
'host_last_time_unreachable',
|
|
||||||
'host_modified_host_attributes',
|
'host_modified_host_attributes',
|
||||||
'host',
|
'host',
|
||||||
'service',
|
'service',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user