mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
DataView\Downtime: Add missing columns host_ and service_state
This commit is contained in:
parent
535b740d0e
commit
6e40b79b0d
@ -41,10 +41,12 @@ class Downtime extends DataView
|
||||
'downtime_start',
|
||||
'host_display_name',
|
||||
'host_name',
|
||||
'host_state',
|
||||
'object_type',
|
||||
'service_description',
|
||||
'service_display_name',
|
||||
'service_host_name'
|
||||
'service_host_name',
|
||||
'service_state'
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user