-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Description
NetBox version
v2.11.10 and v3.0-beta1
Feature type
New functionality
Proposed functionality
In a listing of IP addresses (/ipam/ip-addresses/), there is a column "Assigned" which has a green checkmark if it is assigned.
I would like this to be clickable to jump to the interface that it's assigned to - i.e. a link to /dcim/interfaces/<N>/ or /virtualization/interfaces/<N>/
(Ideally I'd like it to show the device/VM name and interface name, but that would be a more expensive database query. Making it link to the interface is essentially free)
Use case
A quicker way to navigate to the assigned interface. Otherwise, you have to first click on the IP address itself, which then shows its assigned device/VM and interface.
Database changes
None
External dependencies
None
proudbro and bluikko
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application