{{ t('Custom Alerts') }}: {{ t('history') }}
@if (!serviceHistory) { } @if (serviceHistory) { @for (alertIncident of serviceHistory.history; track alertIncident) { @for (stateHistory of alertIncident.customalert_statehistory; track stateHistory) { } }
{{ t('Message') }} {{ t('State since') }} {{ t('State time') }}
{{ alertIncident.message }} {{ alertIncident.timeAgoInWords }} {{ alertIncident.modified }}
{{ t('State') }} {{ t('Annotation') }} {{ t('User') }} {{ t('State time') }}
@if (stateHistory.state === 0) { } @if (stateHistory.state === 1) { } @if (stateHistory.state === 2) { } @if (stateHistory.state === 3) { } {{ stateHistory.customalert_comment.comment }} {{ stateHistory.customalert_comment.user.firstname }} {{ stateHistory.customalert_comment.user.lastname }} {{ stateHistory.customalert_comment.user.firstname }} {{ stateHistory.customalert_comment.user.lastname }} {{ stateHistory.timeAgoInWords }} {{ stateHistory.state_time }}
}