mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 16:26:09 -06:00
Remove port type and changed name/description of backplane cable
This commit is contained in:
parent
743fc934c2
commit
5319666c23
@ -1176,7 +1176,6 @@ class PortTypeChoices(ChoiceSet):
|
||||
TYPE_URM_P4 = 'urm-p4'
|
||||
TYPE_URM_P8 = 'urm-p8'
|
||||
TYPE_OTHER = 'other'
|
||||
TYPE_BACKPLANE = 'backplane'
|
||||
|
||||
CHOICES = (
|
||||
(
|
||||
@ -1200,7 +1199,6 @@ class PortTypeChoices(ChoiceSet):
|
||||
(TYPE_F, 'F Connector'),
|
||||
(TYPE_N, 'N Connector'),
|
||||
(TYPE_MRJ21, 'MRJ21'),
|
||||
(TYPE_BACKPLANE, 'Backplane'),
|
||||
),
|
||||
),
|
||||
(
|
||||
@ -1287,7 +1285,7 @@ class CableTypeChoices(ChoiceSet):
|
||||
(TYPE_DAC_PASSIVE, 'Direct Attach Copper (Passive)'),
|
||||
(TYPE_MRJ21_TRUNK, 'MRJ21 Trunk'),
|
||||
(TYPE_COAXIAL, 'Coaxial'),
|
||||
(TYPE_BACKPLANE, 'Backplane'),
|
||||
(TYPE_BACKPLANE, 'Directly connected (Backplane)'),
|
||||
),
|
||||
),
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user