Merge pull request #8983 from stephanblanke/8163-bridge-members-panel-in-interface-view

Closes #8163: Add bridge members panel to interface view
This commit is contained in:
Jeremy Stretch
2022-03-30 15:27:37 -04:00
committed by GitHub
3 changed files with 20 additions and 0 deletions

View File

@@ -467,6 +467,13 @@
{% include 'inc/panel_table.html' with table=vlan_table heading="VLANs" %}
</div>
</div>
{% if object.is_bridge %}
<div class="row mb-3">
<div class="col col-md-12">
{% include 'inc/panel_table.html' with table=bridge_interfaces_table heading="Bridge Interfaces" %}
</div>
</div>
{% endif %}
<div class="row mb-3">
<div class="col col-md-12">
{% include 'inc/panel_table.html' with table=child_interfaces_table heading="Child Interfaces" %}