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

Remove obsolete responsive_table.html template

This commit is contained in:
jeremystretch
2021-09-15 12:41:21 -04:00
parent baf045aed6
commit 25f501fb12
9 changed files with 29 additions and 21 deletions

View File

@ -71,8 +71,8 @@
<i class="mdi mdi-clipboard-clock"></i>
<span class="ms-1">Change Log</span>
</h6>
<div class="card-body">
{% include 'inc/responsive_table.html' with table=changelog_table %}
<div class="card-body table-responsive">
{% render_table changelog_table 'inc/table.html' %}
</div>
</div>
</div>