{% extends "base.html" %} {% import "_icons.html" as icons %} {% block title %}Audit trail{% endblock %} {% block heading %}Audit trail{% endblock %} {% block subhead %}
Every autonomous action Eidetic has run — newest first.
{% endblock %} {% block head_aside %} {{ icons.icon("activity", 14) }} {{ page.total }} entr{{ 'y' if page.total == 1 else 'ies' }} match {% endblock %} {% set action_icons = { 'embed': 'database', 'commit': 'git', 'health': 'activity', 'session': 'terminal', 'email': 'mail', 'trading': 'dollar', 'search': 'search', 'install': 'download', 'report': 'file', 'index': 'layers' } %} {% block content %}{{ e | tojson(indent=2) }}
No audit entries match these filters.