Use non-card tables for all tabbed views

This commit is contained in:
jeremystretch
2021-07-12 15:36:51 -04:00
parent fbcdae9a6b
commit faa993acfb
9 changed files with 11 additions and 11 deletions

View File

@@ -138,7 +138,7 @@
</div>
{% endif %}
<div class="my-3">
{% include 'utilities/obj_table.html' with table=related_ips_table table_template='inc/panel_table.html' heading='Related IP Addresses' %}
{% include 'utilities/obj_table.html' with table=related_ips_table heading='Related IP Addresses' %}
</div>
{% plugin_right_page object %}
</div>