Standardize usage of table template

This commit is contained in:
jeremystretch
2021-12-13 15:36:51 -05:00
parent dc1331e736
commit c50dc1eb35
45 changed files with 167 additions and 115 deletions

View File

@@ -69,7 +69,7 @@
<h5 class="card-header">
VLANs
</h5>
<div class="card-body">
<div class="card-body table-responsive">
{% render_table vlans_table 'inc/table.html' %}
</div>
{% if perms.ipam.add_vlan %}