{# Canonical page hero — full container width, matches every other
admin page. Controls (time range, auto-refresh) sit below in a
separate row so the hero isn't squeezed into a flex column. #}
{% set page_hero_eyebrow = "Activity Center" %}
{% set page_hero_title = "Audit log" %}
{% set page_hero_subtitle = "Every admin and user-mutating action — RBAC writes, sync triggers, marketplace edits, …" %}
{% include "_page_hero.html" %}
Loading…
{# Sort is page-local: server returns rows ordered by timestamp DESC
for keyset pagination; clicking another header re-sorts only the
rows currently loaded. Adding a `Load all` step would let the
user sort across the full result set but isn't wired yet. #}