mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-10 22:02:17 -06:00
Fixed double top border on component template tables
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
<div class="panel-heading">
|
||||
<strong>{{ title }}</strong>
|
||||
</div>
|
||||
<table class="table table-hover panel-body">
|
||||
{% render_table table table_template|default:'table.html' %}
|
||||
</table>
|
||||
{% render_table table 'table.html' %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user