{%- from "_macros.html" import stat_card, auto_refresh_toggle, table_header, filter_search, filter_actions, modal_overlay, pagination_bar, loading_row -%} {% extends "layout.html" %} {% block header_right %}{{ auto_refresh_toggle("30s") }}{% endblock %} {% block content %}
{{ stat_card("Errors (24h)", "statErrors", "last 24 hours", "red") }} {{ stat_card("Warnings (24h)", "statWarnings", "last 24 hours", "amber") }} {{ stat_card("Total stored", "statTotal", "in stream") }} {{ stat_card("Latest error", "statLastError", "", sub_id="statLastErrorSub", value_style="font-size:15px;padding-top:6px") }}
{{ filter_search("searchInput", "Search in message or error…", "debounceLoad()") }}
Level
Event
{{ filter_actions("clearFilters", "loadLogs(1)") }}
{{ table_header("fa-list-ul", "Log entries", "tableCount") }}
{{ loading_row(7) }}
Timestamp Level Event Message Endpoint Status
{{ pagination_bar("paginationBar", "paginationInfo", "paginationBtns", "paginationRight") }}
{% call modal_overlay("modalOverlay", "closeModal") %} {% endcall %} {% endblock %} {% block scripts %} {% endblock %}