We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d051db5 + a5a4801 commit 496cabcCopy full SHA for 496cabc
netbox/templates/ipam/vlangroup.html
@@ -1,6 +1,7 @@
1
{% extends 'generic/object.html' %}
2
{% load helpers %}
3
{% load plugins %}
4
+{% load render_table from django_tables2 %}
5
6
{% block breadcrumbs %}
7
{{ block.super }}
@@ -68,7 +69,7 @@ <h5 class="card-header">
68
69
VLANs
70
</h5>
71
<div class="card-body">
- {% include 'inc/table.html' with table=vlans_table %}
72
+ {% render_table vlans_table 'inc/table.html' %}
73
</div>
74
{% if perms.ipam.add_vlan %}
75
<div class="card-footer text-end noprint">
0 commit comments