mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 00:15:17 -06:00
Correct tyo in port definition
This commit is contained in:
parent
9c4bd28c1f
commit
949be3ec48
@ -1176,7 +1176,7 @@ class PortTypeChoices(ChoiceSet):
|
||||
TYPE_URM_P4 = 'urm-p4'
|
||||
TYPE_URM_P8 = 'urm-p8'
|
||||
TYPE_OTHER = 'other'
|
||||
TYPE_BACKPLAME = 'backplane'
|
||||
TYPE_BACKPLANE = 'backplane'
|
||||
|
||||
|
||||
CHOICES = (
|
||||
@ -1271,7 +1271,7 @@ class CableTypeChoices(ChoiceSet):
|
||||
TYPE_SMF_OS2 = 'smf-os2'
|
||||
TYPE_AOC = 'aoc'
|
||||
TYPE_POWER = 'power'
|
||||
TYPE_BACKPLAME = 'backplane'
|
||||
TYPE_BACKPLANE = 'backplane'
|
||||
|
||||
CHOICES = (
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user