{% extends "base.html" %} {% block title %}Incidents - MCP Network Diagnostics{% endblock %} {% block content %}
| Severity | Summary | Affected Devices | Created | Status |
|---|---|---|---|---|
| {{ incident.severity.upper() }} | {{ incident.summary }} | {{ incident.affected_devices|length if incident.affected_devices else 0 }} | {{ incident.created_at.strftime('%Y-%m-%d %H:%M') }} | {% if incident.resolved_at %} Resolved {% else %} Active {% endif %} |
No incidents found
{% endif %}