Closed
Description
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
- Create about 20 devices and navigate to the Device list view
- Select/check one or more of the rows so the bulk operations buttons float
Templates affected:
- templates/dcim/device_list.html
- 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.
Observed Behavior
The Rename button has a transparent background.