소스 검색

17302 fix log level filtering

Arthur Hanson 1 년 전
부모
커밋
2f53dc0095
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netbox/templates/extras/htmx/script_result.html

+ 1 - 1
netbox/templates/extras/htmx/script_result.html

@@ -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>