{% extends "base.html" %} {% import "_macros.html" as ui %} {% block title %}Query log ยท sagittarius{% endblock %} {% block content %}

{% call ui::icon("log") %}{% endcall %}Query log

Resolved queries, newest first. History is persisted; the newest rows stream live.

{% for row in rows %}{{ row|safe }}{% endfor %}
Client Domain Type Outcome Latency Actions
{% endblock %}