{% set page_title = 'Events' %} {% include '_header.html' %}

Events

{#- A transition that did **not** reach anybody says which rule held it back (ADR-0032 rule 5: a transformed contribution names the rule that transformed it). These only exist since a pin stopped overwriting the reading — before, there was no transition under a pin to record — and they are the answer to *did it break during the window?* The row keeps the status color it would have had, because that is what it would have alarmed as; the chip is what says it did not. Defaulting the page to hide them, with a toggle, is still an open question and rides its own change, not this one. -#} {% for e in events %} {% else %} {% endfor %}
WhenStatusServiceReason
{{ e.timestamp | localtime }} {{ e.new.name.lower() }}{% if e.suppressed_by %} {{ e.suppressed_by }}{% endif %} {{ e.path }} {{ e.reason | join('; ') | markdown_inline }}
No events yet.
{% include '_page_end.html' %}