소스 검색

15789 make sure job completed before including config_form

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

+ 2 - 0
netbox/templates/extras/script_result.html

@@ -101,5 +101,7 @@
 {% endblock content %}
 
 {% block modals %}
+  {% if job.completed %}
   {% table_config_form table table_name="ObjectTable" %}
+  {% endif %}
 {% endblock modals %}