Audit Events
{{ summary.total }}
Dashboard management actions captured in memory
{% extends "layout.html" %} {% block content %}
| Time | Action | Target | Message | Status |
|---|---|---|---|---|
|
No audit events match the current filters.
|
||||
|
{{ row.created_at_label }}
{{ row.actor }}
|
{{ row.action_label }}
{{ row.event_id }}
|
{{ row.target_id or '-' }}
{{ row.target_type }}
|
{{ row.message or '-' }} | {% if row.status == "succeeded" %} {{ row.status_label }} {% elif row.status == "warning" %} {{ row.status_label }} {% else %} {{ row.status_label }} {% endif %} |