{% extends "base.html" %} {% block title %}审计日志 · frps-manager{% endblock %} {% block content %}
共 {{ total }} 条
| 时间 | 用户 | 动作 | 对象 | 详情 | 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 '-' }} |