All Systems Operational
Degraded System Performance
{{ service.label }} ? {{ service.status }} - Uptime: {{ generateUptimeFromIncidents(service).uptimePercentage }}%
⚠️ {{ new Date(day.incident.updated_at).toLocaleString() }} - Downtime - Duration: {{ new Date(day.incident.duration).getMinutes() <= 0 ? new Date(day.incident.duration).getSeconds() + ' Seconds' : new Date(day.incident.duration).getMinutes() + ( new Date(day.incident.duration).getMinutes() > 1 ? ' Minutes' : ' Minute' ) }}
✅ {{ new Date(day.timestamp).toLocaleString().split(', ')[0] }} - Operational

Incident History

{{ new Date(incident.created_at).toLocaleString() }} {{ incident.resolved ? ' - ' + timeAgo(incident.created_at) : '' }}
{{ incident.title }}
{{ incident.description }}
Services Affected: {{ incident.services.map(a => services.find(b => b.id === a).label).join(', ') }}
{{ item.message }}
{{ new Date(item.timestamp).toLocaleString() }} {{ !incident.resolved ? ' - ' + timeAgo(item.timestamp) : '' }}