Open
Description
Deployment Type
Self-hosted
NetBox Version
v4.3.1
Python Version
3.10
Steps to Reproduce
Open one of these pages that has a "Connect" button:
- Circuits (with an unconnected termination)
- Console Ports
- Console Server Ports
- Power Feed
Compare to the ones on these pages, which are all consistent:
- Device Interfaces
- Front Ports
- Rear Ports
- Power Outlet
- Power Port
Expected Behavior
Connect buttons should have a consistent style throughout the UI (where appropriate).
Observed Behavior
- The Connect buttons for Console Ports and Console Server Ports are smaller than others since they use the
btn-sm
style. - The Circuit Termination button uses the
btn-success
style rather thanbtn-primary
, so it's a green color instead of teal. - The button for Power Feeds appears inside a footer of the Connection card, instead of the right side of the card body.