Closes #8163: Add bridge members panel to interface view

This commit is contained in:
Stephan Blanke
2022-03-28 20:37:00 +02:00
parent 6d53363228
commit ea920136c7
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" %}