{% extends "base.html" %} {% block title %}Audit Log - PXE Server Manager{% endblock %} {% block content %}
| Timestamp | Source | Action | Details | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ parts[0] }} | {% if meta|length == 2 %}{{ meta[0].lstrip('[') }} |
{% set action_detail = meta[1].split(': ', 1) %}
{% if action_detail|length == 2 %}
{{ action_detail[0] }} | {{ action_detail[1] }} | {% else %}{{ meta[1] }} | {% endif %} {% else %}{{ parts[1] }} | {% endif %} {% else %}{{ entry }} | {% endif %}||||||
No audit log entries yet.
Actions like image imports, unattend edits, and backup operations will be logged here.