mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
17302 fix log level filtering
This commit is contained in:
parent
a9a926cc72
commit
2f53dc0095
@ -42,7 +42,7 @@
|
|||||||
<div class="table-responsive" id="object_list">
|
<div class="table-responsive" id="object_list">
|
||||||
<h2 class="card-header">{% trans "Log" %}</h2>
|
<h2 class="card-header">{% trans "Log" %}</h2>
|
||||||
<div class="htmx-container table-responsive"
|
<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-target="this"
|
||||||
hx-trigger="load" hx-select=".htmx-container" hx-swap="outerHTML"
|
hx-trigger="load" hx-select=".htmx-container" hx-swap="outerHTML"
|
||||||
></div>
|
></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user