mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Don't select host_problem in the host detail view
The column host_problem is not used in the host detail view. refs #8614
This commit is contained in:
parent
37d09511c6
commit
84f56f4e51
1 changed files with 0 additions and 1 deletions
|
|
@ -128,7 +128,6 @@ class Host extends MonitoredObject
|
|||
'host_is_flapping',
|
||||
'host_action_url',
|
||||
'host_notes_url',
|
||||
'host_problem',
|
||||
'host_process_performance_data',
|
||||
'process_perfdata' => 'host_process_performance_data'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue