{% extends "ui/_layout.html" %} {% block title %}Dashboard - withcache{% endblock %} {% block subnav %} {% endblock %} {% block intro %}
{{ cached_bytes }}
| Time | Kind | Summary | Subject |
|---|---|---|---|
| {{ e.ts }} | {% if e.kind.endswith('failed') %} {{ e.kind }} {% elif e.kind.endswith('completed') or e.kind.endswith('added') or e.kind.endswith('refreshed') or e.kind.endswith('succeeded') %} {{ e.kind }} {% elif e.kind.endswith('cancelled') or e.kind.endswith('dismissed') 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 Catalog, Misses, and Settings pages land here, as do downloads and first-time client misses on the byte-serving routes. | |||