{% extends "ui/_layout.html" %} {% block title %}Dashboard - nbdmux{% endblock %} {% block subnav %} {% endblock %} {% block intro %}
{{ nbd_port }}
| Time | Kind | Summary | Subject |
|---|---|---|---|
| {{ e.ts }} | {% if e.kind.endswith('failed') %} {{ e.kind }} {% elif e.kind.endswith('completed') or e.kind.endswith('created') or e.kind.endswith('succeeded') %} {{ e.kind }} {% elif e.kind.endswith('cancelled') or e.kind.endswith('deleted') or e.kind.endswith('logout') %} {{ e.kind }} {% else %} {{ e.kind }} {% endif %} | {{ e.summary }} | {% if e.subject_kind %} {{ e.subject_kind }}{% if e.subject_id %}/{{ e.subject_id }}{% endif %} {% else %} - {% endif %} |
| No events yet. Actions on Exports and Settings pages land here as the operator performs them; the Warmer emits system events as it moves exports from queued to ready. | |||