1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Refactor navigation resources and menu

This commit is contained in:
jeremystretch
2022-09-28 15:56:09 -04:00
parent 7deb9fde9e
commit 00d2dcda68
4 changed files with 95 additions and 84 deletions

View File

@ -60,7 +60,7 @@ Create the HTML template for the object view. (The other views each typically em
## 10. Add the model to the navigation menu
Add the relevant navigation menu items in `netbox/netbox/navigation_menu.py`.
Add the relevant navigation menu items in `netbox/netbox/navigation/menu.py`.
## 11. REST API components