mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 01:06:11 -06:00
Update netbox/dcim/choices.py
This commit is contained in:
parent
37ac891e76
commit
43af87ddac
@ -935,7 +935,7 @@ class InterfaceTypeChoices(ChoiceSet):
|
||||
(
|
||||
'Ethernet (modular)',
|
||||
(
|
||||
(TYPE_1GE_GBIC, 'GBIC (1GE)')
|
||||
(TYPE_1GE_GBIC, 'GBIC (1GE)'),
|
||||
(TYPE_1GE_SFP, 'SFP (1GE)'),
|
||||
(TYPE_10GE_SFP_PLUS, 'SFP+ (10GE)'),
|
||||
(TYPE_10GE_XFP, 'XFP (10GE)'),
|
||||
|
Loading…
Reference in New Issue
Block a user