mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 16:48:16 -06:00
12826 add to menu
This commit is contained in:
parent
24b957aab4
commit
1800e49f65
@ -33,6 +33,12 @@ ORGANIZATION_MENU = Menu(
|
||||
),
|
||||
),
|
||||
),
|
||||
MenuGroup(
|
||||
label=_('Rack Types'),
|
||||
items=(
|
||||
get_model_item('dcim', 'racktype', _('Rack Types')),
|
||||
),
|
||||
),
|
||||
MenuGroup(
|
||||
label=_('Tenancy'),
|
||||
items=(
|
||||
|
5
netbox/templates/dcim/racktype_list.html
Normal file
5
netbox/templates/dcim/racktype_list.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends 'generic/object_list.html' %}
|
||||
{% load helpers %}
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
Loading…
Reference in New Issue
Block a user