Remove extra_tabs block from generic object template #7093

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

Originally created by @jeremystretch on GitHub (Oct 7, 2022).

Originally assigned to: @jeremystretch on GitHub.

Proposed Changes

Remove the extra_tabs from the generic/object.html template.

Justification

The static declaration of additional page tabs has been replaced in NetBox v3.4 under #9072, which introduced a new dynamic view registration mechanism. This mechanism includes the ability to define a custom tab directly within the view class.

Originally created by @jeremystretch on GitHub (Oct 7, 2022). Originally assigned to: @jeremystretch on GitHub. ### Proposed Changes Remove the `extra_tabs` from the `generic/object.html` template. ### Justification The static declaration of additional page tabs has been replaced in NetBox v3.4 under #9072, which introduced a new dynamic view registration mechanism. This mechanism includes the ability to define a custom tab directly within the view class.
adam added the status: acceptedtype: deprecationtopic: plugins labels 2025-12-29 20:19:13 +01:00
adam closed this issue 2025-12-29 20:19:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7093