Explorar el Código

15789 make sure job completed before including config_form

Arthur hace 1 año
padre
commit
781d932b2a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 %}