Update the list view bulk Rename buttons to have an opaque background #10383

Closed
opened 2025-12-29 21:30:43 +01:00 by adam · 1 comment
Owner

Originally created by @atownson on GitHub (Oct 17, 2024).

Originally assigned to: @atownson on GitHub.

Deployment Type

Self-hosted

Triage priority

I volunteer to perform this work (if approved)

NetBox Version

v4.1.4

Python Version

3.10

Steps to Reproduce

  1. Create about 20 devices and navigate to the Device list view
  2. Select/check one or more of the rows so the bulk operations buttons float

Templates affected:

  1. templates/dcim/device_list.html
  2. templates/dcim/component_list.html

These templates were overlooked in #17523. Adding the btn-float class to the Rename button fixes the issue.

Expected Behavior

The Rename button should have an opaque background to avoid clashing with the form list items.

image

Observed Behavior

The Rename button has a transparent background.

image

Originally created by @atownson on GitHub (Oct 17, 2024). Originally assigned to: @atownson on GitHub. ### Deployment Type Self-hosted ### Triage priority I volunteer to perform this work (if approved) ### NetBox Version v4.1.4 ### Python Version 3.10 ### Steps to Reproduce 1. Create about 20 devices and navigate to the Device list view 2. Select/check one or more of the rows so the bulk operations buttons float Templates affected: 1. templates/dcim/device_list.html 2. templates/dcim/component_list.html These templates were overlooked in #17523. Adding the `btn-float` class to the Rename button fixes the issue. ### Expected Behavior The Rename button should have an opaque background to avoid clashing with the form list items. ![image](https://github.com/user-attachments/assets/d9964924-4e20-47e7-957e-3951d707814f) ### Observed Behavior The Rename button has a transparent background. ![image](https://github.com/user-attachments/assets/b3f3dbb7-cb72-40fa-b0e5-df455f238bee)
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:30:43 +01:00
adam closed this issue 2025-12-29 21:30:44 +01:00
Author
Owner

@arthanson commented on GitHub (Oct 17, 2024):

@atownson I've assigned you the issue.

@arthanson commented on GitHub (Oct 17, 2024): @atownson I've assigned you the issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10383