mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Fix typo
This commit is contained in:
parent
6b09c139e7
commit
3f0b355717
@ -236,7 +236,7 @@ IPAM_MENU = Menu(
|
||||
),
|
||||
)
|
||||
|
||||
VIRUTALIZATION_MENU = Menu(
|
||||
VIRTUALIZATION_MENU = Menu(
|
||||
label='Virtualization',
|
||||
icon_class='mdi mdi-monitor',
|
||||
groups=(
|
||||
@ -344,7 +344,7 @@ MENUS = [
|
||||
DEVICES_MENU,
|
||||
CONNECTIONS_MENU,
|
||||
IPAM_MENU,
|
||||
VIRUTALIZATION_MENU,
|
||||
VIRTUALIZATION_MENU,
|
||||
CIRCUITS_MENU,
|
||||
POWER_MENU,
|
||||
OTHER_MENU,
|
||||
|
Loading…
Reference in New Issue
Block a user