Keine Vorfälle.
{{ incident.reason === 'fail' ? 'Störung' : 'Verlangsamung' }}: {{ incident.components.join(', ') }}
{{ incident.end ? 'Behoben' : 'Laufend' }}
{{ formatDateTime(incident.start) }}
– {{ formatDateTime(incident.end) }} ({{ duration(incident.start, incident.end) }})
– seit {{ duration(incident.start, null) }}