Netbox | Add a Tab to plugin-view #18089
Unanswered
LukasFraunbaum
asked this question in
Help Wanted!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I am currently trouble-shooting and clueless what's different from Netbox Core Model Tab Addition, To creating a Tab within my Plugin View. Creating a Tab via register_model_view for a Core Model(Virtualization/virtual-machines) worked, but doing the same on a view of my plugin won't work as wanted.
Plugin-Tab is not visible if a name, current state, is provided. If none is passed it is visible but pointing towards the current view of given detail-model page.
No URL-Path where added for the tabs due to netbox seeming to create a path itself , as far as for the Core-Model Tab (Don't know if it changes when working with plugins)
working code from Core Model TAB Add:
Code not Working:
Help & Ideas on how to fix it would be appriciated
Beta Was this translation helpful? Give feedback.
All reactions