nautobot-docker-compose
nautobot-docker-compose copied to clipboard
How to add a new Homepage Item using Plugin
Hi,
How to add a homepage item in Nautobot UI using the plugin. In my research didn't find any plugin. So did I want to create a plugin?
Then how to create a plugin is there any document.
I tried to add HomepageItem by editing homepage.py in this repo(https://github.com/nautobot/nautobot) . But I can't change the tables mapping for that
@smk4664 do you have some input that you could provide? I think I have seen you have this in some demos.
Note that this is not an issue with the repo, it is a general Nautobot item. I'll keep the issue open for getting the info out. I wanted to move to a discussion, but that did not seem to be an option.
https://nautobot.readthedocs.io/en/stable/plugins/development/#adding-home-page-content and https://github.com/nautobot/nautobot/blob/develop/examples/example_plugin/example_plugin/homepage.py should help you. You should add your new homepage content in homepage.py
in your plugin folder.