{% extends "base.html" %} {% block title %}Audit Log — nanio-orchestrator{% endblock %} {% block content %}

Audit Log

{% for e in entries %} {% endfor %} {% if not entries %} {% endif %}
ID Time Actor Action Entity Nginx Details
{{ e.id }} {{ e.created_at }} {{ e.actor }} {{ e.action }} {{ e.entity_type }}{% if e.entity_id %} #{{ e.entity_id }}{% endif %} {% if e.nginx_reload_ok is not none %} {% if e.nginx_reload_ok %}OK{% else %}FAIL{% endif %} {% else %}—{% endif %}
No audit entries yet
{% endblock %}