-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
NetBox version
v3.3.5
Feature type
Change to existing functionality
Proposed functionality
On the 'circuit' detail page, the Termination show only the Provider Network.
It would benefit if the 'Provider' is shown too
ex : https://demo.netbox.dev/circuits/circuits/14/
The Demo repeated the Provider in the name of the ProviderNetwork.
Maybe that Provider network should return "ProviderNetwork (Provider)" as display string.
When editing an Termination, we can set the type to 'Provider Network', but we can't select the provider.
https://demo.netbox.dev/circuits/circuit-terminations/42/edit/?return_url=/circuits/circuits/14/
Use case
The ProviderNetwork itself is not that descriptive. It only shows for who that network is used, but not by whom it is provided.
Adding this info to the circuit termination and the circuit list, would help to make that clear in one view
I have some ProviderNetworks that have the same name, but from different Providers.
When selecting it from the dropdown, I have to guess for what Provider that is.
Database changes
No response
External dependencies
No response