mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 08:25:17 -06:00
Allow Backplone for front and readports , too.
This commit is contained in:
parent
9a9b94fec9
commit
c159b45a75
@ -1176,6 +1176,8 @@ class PortTypeChoices(ChoiceSet):
|
||||
TYPE_URM_P4 = 'urm-p4'
|
||||
TYPE_URM_P8 = 'urm-p8'
|
||||
TYPE_OTHER = 'other'
|
||||
TYPE_BACKPLAME = 'backplane'
|
||||
|
||||
|
||||
CHOICES = (
|
||||
(
|
||||
@ -1199,6 +1201,7 @@ class PortTypeChoices(ChoiceSet):
|
||||
(TYPE_F, 'F Connector'),
|
||||
(TYPE_N, 'N Connector'),
|
||||
(TYPE_MRJ21, 'MRJ21'),
|
||||
(TYPE_BACKPLANE, 'Backplane'),
|
||||
),
|
||||
),
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user