Netbox Custum DropDown menu #16333
-
Hi Folks, I want to add a new drop-down menu item to the side panel. I am new to the Python Django framework and please guide me to add this customer menu item. Netbox version: 3.7.2 If you need more information, I will provide. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can do that with plugins. Some links: |
Beta Was this translation helpful? Give feedback.
-
Hi @markkuleinio , Thanks for the solution. I'm new for the Django framework. I followed the steps for installing your pluging (https://github.com/markkuleinio/netbox-hello-world-page) and I can see the expected result of netbox GUI. But I have to do a few customizations on your plugging to apply changes according to my deployment. I tried to find the installed code of your plugging inside my server netbox location but could not find it. Can you advise me on which file in which location I need to customize according to my requirements? |
Beta Was this translation helpful? Give feedback.
You can do that with plugins. Some links: