Skip to content

Commit

Permalink
#6797: Fix object list layout when there is no filter form
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Aug 4, 2021
1 parent 2debeb7 commit 0bf3959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/templates/generic/object_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

{# Object table #}
<div class="row">
<div class="col col-md-7 col-lg-8 col-xl-9 col-xxl-10">
<div class="col {% if filter_form %}col-md-7 col-lg-8 col-xl-9 col-xxl-10{% else %}col-12{% endif %}">
{# Object list filter, table config #}
{% include 'inc/table_controls.html' with table_modal="ObjectTable_config" %}

Expand Down

0 comments on commit 0bf3959

Please sign in to comment.