mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 16:18:16 -06:00
17302 fix log level filtering
This commit is contained in:
parent
6f7bf5baf4
commit
cb751d9ab2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user