{% extends "base.html" %} {% set active_nav = "ingest" %} {% block title %}Ingest — Cellarbrain Explorer{% endblock %} {% block page_title %}Ingest Daemon{% endblock %} {% block content %} {% if not has_table %}
No ingest events recorded yet. The ingest daemon has not run or observability is not configured.
{% else %} {% if overview %}| Time | Type | Severity | Batch | Details |
|---|
No ingest events in this period.
{% endif %} {% endif %} {% endblock %}