Interface breadcrumbs linking to device interface page #5800

Closed
opened 2025-12-29 19:32:48 +01:00 by adam · 0 comments
Owner

Originally created by @candlerb on GitHub (Dec 17, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.1.1

Feature type

Change to existing functionality

Proposed functionality

This is a very minor suggestion, but it would make navigation a little easier.

If you are viewing the details of an interface - say /dcim/interfaces/3965/ - then at the top you'll see some breadcrumbs:

Interfaces > [device-name]

If you click on [device-name] then currently it links to (say) /dcim/interfaces/?device_id=815

I propose that instead it should link to /dcim/devices/851/interfaces/

Use case

When you're viewing an individual interface of a given device, then walking backwards you expect to find yourself back on the device - it's less helpful to be at a global list of interfaces, which has been filtered to that device.

Linking to the interfaces tab of the device itself makes it easier to get to other information pertaining to the device.

I found this when setting up FHRP groups, needing to add them to multiple interfaces on the same device.

  • I started at the device page, interfaces tab
  • I had to open the view for a specific interface, in order to add an FHRP group to that interface
  • then I wanted to navigate back to the device page, interfaces tab

Database changes

None

External dependencies

None

Originally created by @candlerb on GitHub (Dec 17, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.1.1 ### Feature type Change to existing functionality ### Proposed functionality This is a very minor suggestion, but it would make navigation a little easier. If you are viewing the details of an interface - say `/dcim/interfaces/3965/` - then at the top you'll see some breadcrumbs: ``` Interfaces > [device-name] ``` If you click on `[device-name]` then currently it links to (say) `/dcim/interfaces/?device_id=815` I propose that instead it should link to `/dcim/devices/851/interfaces/` ### Use case When you're viewing an individual interface of a given device, then walking backwards you expect to find yourself back on the device - it's less helpful to be at a global list of interfaces, which has been filtered to that device. Linking to the interfaces tab of the device itself makes it easier to get to other information pertaining to the device. I found this when setting up FHRP groups, needing to add them to multiple interfaces on the same device. - I started at the device page, interfaces tab - I had to open the view for a specific interface, in order to add an FHRP group to that interface - then I wanted to navigate back to the device page, interfaces tab ### Database changes None ### External dependencies None
adam added the status: acceptedtype: feature labels 2025-12-29 19:32:48 +01:00
adam closed this issue 2025-12-29 19:32:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5800