mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Don't select host_last_hard_state* in the service detail view
The columns host_last_hard_state and host_last_hard_state_change are not used in the service detail view. refs #8614
This commit is contained in:
parent
232b3d3a9f
commit
2cbeab55da
1 changed files with 0 additions and 2 deletions
|
|
@ -141,8 +141,6 @@ class Service extends MonitoredObject
|
|||
'host_alias',
|
||||
'host_active_checks_enabled',
|
||||
'host_passive_checks_enabled',
|
||||
'host_last_hard_state',
|
||||
'host_last_hard_state_change',
|
||||
'host_last_time_up',
|
||||
'host_last_time_down',
|
||||
'host_last_time_unreachable',
|
||||
|
|
|
|||
Loading…
Reference in a new issue