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

Include WirelessLAN attached interfaces

This commit is contained in:
jeremystretch
2021-10-14 09:48:12 -04:00
parent 4c475c1b33
commit bdf359470e
4 changed files with 50 additions and 6 deletions

View File

@@ -49,8 +49,15 @@
</div>
</div>
<div class="row">
<div class="col col-md-12">
{% plugin_full_width_page object %}
<div class="col col-md-12">
<div class="card">
<h5 class="card-header">Attached Interfaces</h5>
<div class="card-body">
{% include 'inc/table.html' with table=interfaces_table %}
</div>
</div>
{% include 'inc/paginator.html' with paginator=interfaces_table.paginator page=interfaces_table.page %}
{% plugin_full_width_page object %}
</div>
</div>
{% endblock %}