{% extends "base.html" %} {% block title %}Audit log{% endblock %} {% block content %}
Sign-ins, configuration changes, and alert mutations. Most-recent first.
| Timestamp (UTC) | User | Action | Details | IP |
|---|---|---|---|---|
| {{ e.timestamp.strftime('%Y-%m-%d %H:%M:%S') }} | {{ e.username or '—' }} | {{ e.action }} | {{ e.details or '' }} | {{ e.ip_address or '' }} |
| No audit entries yet. | ||||