mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-09 08:42:14 -04:00
EventDetail: Add scheduling_source to assembleStateChangeEvent()
This commit is contained in:
parent
260c5b515f
commit
03ea5ed9b3
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ class EventDetail extends BaseHtmlElement
|
|||
$this->addHtml(
|
||||
new HtmlElement('h2', null, Text::create(t('Event Info'))),
|
||||
new HorizontalKeyValue(t('Occurred On'), DateFormatter::formatDateTime($stateChange->event_time)),
|
||||
new HorizontalKeyValue(t('Scheduling Source'), $stateChange->scheduling_source),
|
||||
new HorizontalKeyValue(t('Check Source'), $stateChange->check_source)
|
||||
);
|
||||
if ($stateChange->state_type === 'soft') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue