diff --git a/netbox/templates/extras/script_result.html b/netbox/templates/extras/script_result.html index ee1127c8a..ccc7f4d23 100644 --- a/netbox/templates/extras/script_result.html +++ b/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 %}