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

@@ -2,7 +2,7 @@ from typing import Dict
from django import template
from django.template import Context
from netbox.navigation_menu import MENUS
from netbox.navigation.menu import MENUS
register = template.Library()