{% extends "base.html" %} {% block title %}审计日志 · frps-manager{% endblock %} {% block content %}

审计日志

共 {{ total }} 条

{% for e in items %} {% endfor %}
时间用户动作对象详情IP
{{ e.created_at|fmt_dt }} {{ e.username or '-' }} {{ e.action }} {{ e.target_type or '-' }} {% if e.target_label %}
{{ e.target_label }}{% endif %}
{{ e.detail or '' }} {{ e.ip or '-' }}
{% if total > per %} {% endif %} {% endblock %}