From 5ddbacaa1f125eca2949ace2f9ea47d11fb2ef1d Mon Sep 17 00:00:00 2001 From: atownson <52260120+atownson@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:49:17 -0500 Subject: [PATCH] Fixes #17802 - Added opaque background to Rename buttons (#17805) * Added btn-float class to the Rename button * Added btn-float class to the Rename button --- netbox/templates/dcim/component_list.html | 2 +- netbox/templates/dcim/device_list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/templates/dcim/component_list.html b/netbox/templates/dcim/component_list.html index 6351643e8..6f91aff3e 100644 --- a/netbox/templates/dcim/component_list.html +++ b/netbox/templates/dcim/component_list.html @@ -10,7 +10,7 @@ {% endif %} {% if 'bulk_rename' in actions %} {% with bulk_rename_view=model|validated_viewname:"bulk_rename" %} - {% endwith %} diff --git a/netbox/templates/dcim/device_list.html b/netbox/templates/dcim/device_list.html index 41ef8fc73..493b652f5 100644 --- a/netbox/templates/dcim/device_list.html +++ b/netbox/templates/dcim/device_list.html @@ -78,7 +78,7 @@ {% if 'bulk_edit' in actions %}
{% bulk_edit_button model query_params=request.GET %} -