mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
monitoring: Support host and service display_name columns in the Downtime data view
refs #7843
This commit is contained in:
parent
85aa447516
commit
5f0b809619
@ -32,7 +32,9 @@ class Downtime extends DataView
|
|||||||
'downtime_host',
|
'downtime_host',
|
||||||
'downtime_service',
|
'downtime_service',
|
||||||
'downtime_host_state',
|
'downtime_host_state',
|
||||||
'downtime_service_state'
|
'downtime_service_state',
|
||||||
|
'host_display_name',
|
||||||
|
'service_display_name'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -51,7 +53,7 @@ class Downtime extends DataView
|
|||||||
'downtime_service'
|
'downtime_service'
|
||||||
),
|
),
|
||||||
'order' => self::SORT_ASC
|
'order' => self::SORT_ASC
|
||||||
),
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user