Skip to content

Commit 879ffd6

Browse files
committed
Fix 'select all' widget display
1 parent 713e79c commit 879ffd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netbox/templates/utilities/obj_table.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
{% if table.paginator.num_pages > 1 %}
1010
<div id="select-all-box" class="d-none card noprint">
11+
<div class="card-body">
1112
<div class="float-end">
1213
{% if bulk_edit_url and permissions.change %}
1314
<button type="submit" name="_edit" formaction="{% url bulk_edit_url %}{% if bulk_querystring %}?{{ bulk_querystring }}{% elif request.GET %}?{{ request.GET.urlencode }}{% endif %}" class="btn btn-warning btn-sm" disabled="disabled">
@@ -26,6 +27,7 @@
2627
Select <strong>all {{ table.rows|length }} {{ table.data.verbose_name_plural }}</strong> matching query
2728
</label>
2829
</div>
30+
</div>
2931
</div>
3032
{% endif %}
3133

0 commit comments

Comments
 (0)