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

Closed
opened 2025-12-29 20:19:26 +01:00 by adam · 3 comments
Owner

Originally created by @atownson on GitHub (Oct 18, 2022).

Originally assigned to: @jeremystretch on GitHub.

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

Originally created by @atownson on GitHub (Oct 18, 2022). Originally assigned to: @jeremystretch on GitHub. ### 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
adam added the type: bugstatus: accepted labels 2025-12-29 20:19:26 +01:00
adam closed this issue 2025-12-29 20:19:26 +01:00
Author
Owner

@jeremystretch commented on GitHub (Oct 18, 2022):

  1. On the dashboard, click the Interfaces hyperlink on the Connections panel

Sorry, where exactly are you clicking?

@jeremystretch commented on GitHub (Oct 18, 2022): > 3. On the dashboard, click the Interfaces hyperlink on the Connections panel Sorry, where exactly are you clicking?
Author
Owner

@atownson commented on GitHub (Oct 19, 2022):

The links in the Connections panel on the 'main' or 'home' dashboard:

image

@atownson commented on GitHub (Oct 19, 2022): The links in the Connections panel on the 'main' or 'home' dashboard: ![image](https://user-images.githubusercontent.com/52260120/196568801-38dbc45a-7bf5-4547-8653-d0868360eb76.png)
Author
Owner

@jeremystretch commented on GitHub (Oct 19, 2022):

Ah, I follow now, thanks. I was clicking the navigation link.

@jeremystretch commented on GitHub (Oct 19, 2022): Ah, I follow now, thanks. I was clicking the navigation link.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7119