-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
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.
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application