From 879ffd648b6f93720f2e3c95a815b7615799eb80 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Mon, 20 Sep 2021 09:02:28 -0400 Subject: [PATCH] Fix 'select all' widget display --- netbox/templates/utilities/obj_table.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbox/templates/utilities/obj_table.html b/netbox/templates/utilities/obj_table.html index c8c0f07f2..99ab5c0c7 100644 --- a/netbox/templates/utilities/obj_table.html +++ b/netbox/templates/utilities/obj_table.html @@ -8,6 +8,7 @@ {% if table.paginator.num_pages > 1 %}
+
{% if bulk_edit_url and permissions.change %}
+
{% endif %}