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

Permit the assignment of virtual interfaces as parents

This commit is contained in:
jeremystretch
2021-04-05 14:48:11 -04:00
parent 3cfab25f8a
commit 19cb575b90
3 changed files with 9 additions and 15 deletions

View File

@@ -281,13 +281,11 @@
{% include 'panel_table.html' with table=vlan_table heading="VLANs" %}
</div>
</div>
{% if not object.is_virtual %}
<div class="row">
<div class="col-md-12">
{% include 'panel_table.html' with table=child_interfaces_table heading="Child Interfaces" %}
</div>
<div class="row">
<div class="col-md-12">
{% include 'panel_table.html' with table=child_interfaces_table heading="Child Interfaces" %}
</div>
{% endif %}
</div>
<div class="row">
<div class="col-md-12">
{% plugin_full_width_page object %}