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

Merge 'detail' tables into primaries for each model

This commit is contained in:
jeremystretch
2021-09-17 13:55:32 -04:00
parent 84f3ab90df
commit 5e29679968
8 changed files with 67 additions and 112 deletions

View File

@@ -15,9 +15,9 @@
{% block content %}
<div class="row">
<div class="col col-md-12">
{% include 'inc/table_controls.html' with table_modal="PrefixDetailTable_config" %}
{% include 'inc/table_controls.html' with table_modal="PrefixTable_config" %}
{% include 'utilities/obj_table.html' with heading='Child Prefixes' bulk_edit_url='ipam:prefix_bulk_edit' bulk_delete_url='ipam:prefix_bulk_delete' parent=prefix %}
</div>
</div>
{% table_config_form table table_name="PrefixDetailTable" %}
{% table_config_form table table_name="PrefixTable" %}
{% endblock %}