{%- 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 styles %} .td-endpoint { max-width:260px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-family:var(--mono); font-size:12px; } /* Requests page: viewport-constrained layout (no outer scroll) */ main { height:calc(100vh - 56px); overflow:hidden; display:flex; flex-direction:column; } .stats { flex-shrink:0; margin-bottom:0; } .filters { flex-shrink:0; margin-top:12px; margin-bottom:0; } .req-table-area { flex:1; min-height:0; display:flex; flex-direction:column; overflow:hidden; margin-top:16px; } .table-wrapper { flex:1; min-height:0; display:flex; flex-direction:column; overflow:hidden; } .table-scroll { flex:1; min-height:0; overflow-y:auto; } .pagination { flex-shrink:0; } {% endblock %} {% block header_right %}{{ auto_refresh_toggle("30s") }}{% endblock %} {% block content %}
| Timestamp | Method | Path | Status | Duration |
|---|