mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring: Select the host and service display_name columns in the eventhistory overview
refs #7843
This commit is contained in:
parent
23243d40e3
commit
e55cf73f34
@ -580,7 +580,9 @@ class Monitoring_ListController extends Controller
|
||||
|
||||
$query = $this->backend->select()->from('eventHistory', array(
|
||||
'host_name',
|
||||
'host_display_name',
|
||||
'service_description',
|
||||
'service_display_name',
|
||||
'object_type',
|
||||
'timestamp',
|
||||
'state',
|
||||
|
Loading…
x
Reference in New Issue
Block a user