-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Copy link
Labels
netboxstatus: 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
Milestone
Description
NetBox version
v4.4.4
Feature type
Change to existing functionality
Proposed functionality
This is a follow-up to #20692. The contacts field should be added to the default columns for the table classes of the following models, which all inherit from ContactsMixin:
netbox.ipam.models.asns.ASNnetbox.ipam.models.ip.Aggregatenetbox.ipam.models.ip.Prefixnetbox.ipam.models.ip.IPRangenetbox.ipam.models.ip.IPAddressnetbox.vpn.models.tunnels.TunnelGroupnetbox.vpn.models.tunnels.Tunnelnetbox.vpn.models.l2vpn.L2VPN
Use case
Similar to the original request in #20692, this change will allow users to view and export contact information directly from the list views of these models. This improves consistency across the application and provides a more streamlined user experience for managing resources and their associated contacts.
Database changes
None
External dependencies
None
Metadata
Metadata
Assignees
Labels
netboxstatus: 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