-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: 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
NetBox version
v3.0.8
Python version
3.7
Steps to Reproduce
- Create a device with an interface
- Create some IPs:
::1/128, statusActive, roleLoopback2001:db8::68/128, statusReserved, no role2001:db8::69/128, statusActive, no role
- Assign all of these IPs to the interface on the device
Expected Behavior
When viewing the Interface in the context of a list (e.g. netbox-url/dcim/devices/{device-id}/interfaces/), IPs with the status of Active with no Role assigned should appear visually with the same border appearance as other IPs, with the Active color background.
Observed Behavior
The Active IP just looks like a link, instead of a pill like I would expect:

Metadata
Metadata
Assignees
Labels
status: 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