Skip to content

Commit

Permalink
17302 fix log level filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson authored and jeremystretch committed Aug 29, 2024
1 parent a9a926c commit 2f53dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/templates/extras/htmx/script_result.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2 class="card-header">{% trans "Test Summary" %}</h2>
<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>
Expand Down

0 comments on commit 2f53dc0

Please sign in to comment.