1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Introduce modals template block

This commit is contained in:
jeremystretch
2022-01-05 09:21:48 -05:00
parent 01e8017265
commit 2524290099
21 changed files with 83 additions and 29 deletions

View File

@@ -133,6 +133,8 @@
{% endif %}
</div>
{# Table config form #}
{% table_config_form table table_name="ObjectTable" %}
{% endblock content-wrapper %}
{% block modals %}
{% table_config_form table table_name="ObjectTable" %}
{% endblock modals %}