12826 add to menu

This commit is contained in:
Arthur Hanson 2024-06-25 10:09:12 -07:00
parent 24b957aab4
commit 1800e49f65
2 changed files with 11 additions and 0 deletions

View File

@ -33,6 +33,12 @@ ORGANIZATION_MENU = Menu(
),
),
),
MenuGroup(
label=_('Rack Types'),
items=(
get_model_item('dcim', 'racktype', _('Rack Types')),
),
),
MenuGroup(
label=_('Tenancy'),
items=(

View File

@ -0,0 +1,5 @@
{% extends 'generic/object_list.html' %}
{% load helpers %}
{% load static %}
{% load i18n %}