17302 fix log level filtering

This commit is contained in:
Arthur Hanson 2024-08-29 11:21:40 -07:00 committed by Jeremy Stretch
parent a9a926cc72
commit 2f53dc0095

View File

@ -42,7 +42,7 @@
<div class="table-responsive" id="object_list">
<h2 class="card-header">{% trans "Log" %}</h2>
<div class="htmx-container table-responsive"
hx-get="{% url 'extras:script_result' job_pk=job.pk %}?embedded=True&log=True"
hx-get="{% url 'extras:script_result' job_pk=job.pk %}?embedded=True&log=True&log_threshold={{log_threshold}}"
hx-target="this"
hx-trigger="load" hx-select=".htmx-container" hx-swap="outerHTML"
></div>