We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713e79c commit 879ffd6Copy full SHA for 879ffd6
netbox/templates/utilities/obj_table.html
@@ -8,6 +8,7 @@
8
9
{% if table.paginator.num_pages > 1 %}
10
<div id="select-all-box" class="d-none card noprint">
11
+ <div class="card-body">
12
<div class="float-end">
13
{% if bulk_edit_url and permissions.change %}
14
<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 @@
26
27
Select <strong>all {{ table.rows|length }} {{ table.data.verbose_name_plural }}</strong> matching query
28
</label>
29
</div>
30
+ </div>
31
32
{% endif %}
33
0 commit comments