Description
NetBox version
v3.2.0
Feature type
New functionality
Proposed functionality
Object detail views typically have several tabs: the primary object details, the object change log, and the journal, for example. Some objects have additional tabs. This proposal (borne from discussion in WG8333) seeks to allow plugins to inject arbitrary additional tabs for particular objects.
The exact implementation is open for discussion, but it seems reasonable to assume that a plugin could register one or more (name, view) tuples to specific NetBox models identified by their app label and model name.
One likely blocker here is that we'll need to come up with a way to programmatically declare sub-tabs under a view, but this would serve the existing changelog & journal views as well.
Use case
Provides a greater degree of integration with core NetBox models and more convenient navigation for the user.
Database changes
No response
External dependencies
No response