{% extends "base.html" %} {% set active_nav = "overview" %} {% block title %}Overview — Cellarbrain Explorer{% endblock %} {% block page_title %}Server Overview{% endblock %} {% block content %}
| Time | Tool | Error |
|---|---|---|
| {{ e.started_at.strftime("%H:%M:%S") if e.started_at else "—" }} | {{ e.name }} | {{ e.error_message or "—" }} |
No errors in this period.
{% endif %}