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

Update device/VM component views to use ObjectChildrenView

This commit is contained in:
jeremystretch
2021-12-14 13:41:01 -05:00
parent cfdb985d00
commit 8d3b296eed
3 changed files with 33 additions and 50 deletions

View File

@@ -8,7 +8,7 @@
{% csrf_token %}
{% include 'inc/table_controls.html' with table_modal="VirtualMachineVMInterfaceTable_config" %}
<div class="table-responsive">
{% render_table interface_table 'inc/table.html' %}
{% render_table table 'inc/table.html' %}
</div>
<div class="noprint">
{% if perms.virtualization.change_vminterface %}
@@ -34,5 +34,5 @@
<div class="clearfix"></div>
</div>
</form>
{% table_config_form interface_table %}
{% table_config_form table %}
{% endblock %}