Skip to content

Hyperlinks for the Connections panel in the dashboard do not filter for connected models #10682

@atownson

Description

@atownson

NetBox version

v3.3.5

Python version

3.8

Steps to Reproduce

  1. Create a device and two interfaces on the device
  2. Create a cable for one of the interfaces on the device
  3. On the dashboard, click the Interfaces hyperlink on the Connections panel

Expected Behavior

The table is filtered to the connected interfaces only.

Observed Behavior

The table displays all interfaces.

This behavior applies to the Console, Interfaces, and Power Connections hyperlinks on the Connections panel.

The fix would be to add the cabled parameter:
Console : .../dcim/console-ports/?cabled=True
Interfaces : .../dcim/interfaces/?cabled=True
Power Connections : .../dcim/power-ports/?cabled=True

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