You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, using netbox plugins we can create custom navigation links like below: menu_items = [ PluginMenuItem(link='plugins:netbox_plugin:customobject_list', link_text='Custom Objects', ) ]
Is there a way to pass arguments to the view above? I checked the docs and found: "Links are specified as Django reverse URL strings.", However I wanted to know that if there is a trick to be able to pass arguments to views?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, using netbox plugins we can create custom navigation links like below:
menu_items = [ PluginMenuItem(link='plugins:netbox_plugin:customobject_list', link_text='Custom Objects', ) ]
Is there a way to pass arguments to the view above? I checked the docs and found: "Links are specified as Django reverse URL strings.", However I wanted to know that if there is a trick to be able to pass arguments to views?
Beta Was this translation helpful? Give feedback.
All reactions