{% extends "htmx/incidents/incident_detail.html" %} {% load incident_extras %} {% block head %} {{ block.super }} {% endblock head %} {% block main %} {% if incident.metadata %}
| Endpoint Name | Alarm ID | Status | Init Time | Clear Time | Properties |
|---|---|---|---|---|---|
| {{ endpoint.name }} | {% for event in endpoint.events %} {% if not forloop.first %}|||||
| {{ event.properties.id }} |
|
{{ event.init_time }} | {{ event.clear_time }} | {% if not forloop.last %} |
Cannot show additional information (mismatched metadata version)
{% endif %} {% endblock incident_detail %} {% endblock main %}