{% extends "base.html" %} {% block content %}
Get all logs: /api/logs
Filter logs by gateway: /api/logs?gateway={{ selected_gateway }}
Get all gateways: /api/gateways
Get log content: /api/log-content/{filename}
Gateway | Timestamp | Actions |
---|---|---|
{{ log.gateway }} | {{ log.timestamp.strftime('%Y-%m-%d %H:%M:%S UTC') }} | View |
No logs found |