NetBox version
v3.3.5
Python version
3.8
Steps to Reproduce
- Create a device and two interfaces on the device
- Create a cable for one of the interfaces on the device
- 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