Fix http logs malformed file

This commit is contained in:
Peter Stockings
2025-12-02 20:02:59 +11:00
parent 1dd9040d24
commit b863a5a9ae

View File

@@ -2,15 +2,6 @@
{% block page %}
{{ render_partial('dashboard/http_functions/header.html', user_id=user_id, function_id=function_id,
active_tab='logs',
show_edit_form=True,
show_logs=True,
show_client=True,
{% extends 'dashboard.html' %}
{% block page %}
{{ render_partial('dashboard/http_functions/header.html', user_id=user_id, function_id=function_id,
active_tab='logs',
show_edit_form=True,