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

adds vlan child table to vlan group #13536

This commit is contained in:
Abhimanyu Saharan
2023-08-23 20:14:45 +05:30
committed by Jeremy Stretch
parent f743f2cfb8
commit a75e8416a4
3 changed files with 30 additions and 24 deletions

View File

@@ -58,15 +58,4 @@
{% plugin_right_page object %}
</div>
</div>
<div class="row mb-3">
<div class="col col-md-12">
<div class="card">
<h5 class="card-header">VLANs</h5>
<div class="card-body table-responsive">
{% render_table vlans_table 'inc/table.html' %}
{% include 'inc/paginator.html' with paginator=vlans_table.paginator page=vlans_table.page %}
</div>
</div>
</div>
</div>
{% endblock %}