mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
Don't select host_process_performance_data twice in the host detail view
refs #8614
This commit is contained in:
parent
84f56f4e51
commit
ef4970c0c1
@ -128,8 +128,7 @@ class Host extends MonitoredObject
|
|||||||
'host_is_flapping',
|
'host_is_flapping',
|
||||||
'host_action_url',
|
'host_action_url',
|
||||||
'host_notes_url',
|
'host_notes_url',
|
||||||
'host_process_performance_data',
|
'host_process_perfdata' => 'host_process_performance_data'
|
||||||
'process_perfdata' => 'host_process_performance_data'
|
|
||||||
);
|
);
|
||||||
if ($this->backend->getType() === 'livestatus') {
|
if ($this->backend->getType() === 'livestatus') {
|
||||||
$columns[] = 'host_contacts';
|
$columns[] = 'host_contacts';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user