{% extends "layout.html" %} {% from "_partials/table_helpers.html" import search_input, sort_header, pagination_inline %} {% from "_partials/page_description.html" import page_description %} {% block title %}Events - pixie{% endblock %} {% block subnav %} {% endblock %} {% block content %} {{ page_description('clock-history', 'Chronological log of every state change pixie has emitted: machines binding + status POSTs, catalog images fetching, exports going up + down, admin logins. Filter by kind or by the subject it\'s about; freeform search narrows the summary column. The tail is truncated to the newest 2000 events by default.') }}
| Summary | |||
|---|---|---|---|
| {{ e.ts | fmt_ts }} | {{ e.kind }} |
{# ``Related to`` reads as ``{{ e.subject_id or '' }}
{% else %}
-
{% endif %}
|
{{ e.summary or "" }} |
{% if q %}No events match {{ q }}.{% else %}No events yet.{% endif %}