mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Clean up object list view
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{% load django_tables2 %}
|
||||
|
||||
<table{% if table.attrs %} {{ table.attrs.as_html }}{% endif %}>
|
||||
<caption class="text-center small mt-3"></caption>
|
||||
{% if table.show_header %}
|
||||
<thead>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user