Skip to content

IP address status appearance is inconsistent #7701

@abrahamvegh

Description

@abrahamvegh

NetBox version

v3.0.8

Python version

3.7

Steps to Reproduce

  1. Create a device with an interface
  2. Create some IPs:
    • ::1/128, status Active, role Loopback
    • 2001:db8::68/128, status Reserved, no role
    • 2001:db8::69/128, status Active, no role
  3. 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:
Screen Shot 2021-10-31 at 11 24 49 AM

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions