mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
15789 make sure job completed before including config_form
This commit is contained in:
parent
fb4666c2ab
commit
d3dc1e73cb
@ -101,5 +101,7 @@
|
||||
{% endblock content %}
|
||||
|
||||
{% block modals %}
|
||||
{% if job.completed %}
|
||||
{% table_config_form table table_name="ObjectTable" %}
|
||||
{% endif %}
|
||||
{% endblock modals %}
|
||||
|
Loading…
Reference in New Issue
Block a user