Skip to content

Commit

Permalink
Update netbox/dcim/choices.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
  • Loading branch information
arthanson and jeremystretch authored May 22, 2024
1 parent 8f9186e commit 055164d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions netbox/dcim/choices.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,13 +541,13 @@ class PowerPortTypeChoices(ChoiceSet):
(TYPE_DC, 'DC Terminal'),
)),
('IEC 60130-10', (
(TYPE_IEC_60130_A_55_21, 'Type A: 5.5 mm OD, 2.1 mm ID'),
(TYPE_IEC_60130_A_55_25, 'Type A: 5.5 mm OD, 2.5 mm ID'),
(TYPE_IEC_60130_B_60_21, 'Type B: 6.0 mm OD, 2.1 mm ID'),
(TYPE_IEC_60130_B_60_25, 'Type B: 6.0 mm OD, 2.5 mm ID'),
(TYPE_IEC_60130_C_38_11, 'Type C: 3.8 mm OD, 1.1 mm ID'),
(TYPE_IEC_60130_D_63_31, 'Type D: 6.3 mm OD, 3.1 mm ID'),
(TYPE_IEC_60130_E_34_13, 'Type E: 3.4 mm OD, 1.3 mm ID'),
(TYPE_IEC_60130_A1, 'IEC-60130 Type A (5.5/2.1mm)'),
(TYPE_IEC_60130_A2, 'IEC-60130 Type A (5.5/2.5mm)'),
(TYPE_IEC_60130_B1, 'IEC-60130 Type B (6.0/2.1mm)'),
(TYPE_IEC_60130_B2, 'IEC-60130 Type B (6.0/2.5mm)'),
(TYPE_IEC_60130_C, 'IEC-60130 Type C'),
(TYPE_IEC_60130_D, 'IEC-60130 Type D'),
(TYPE_IEC_60130_E, 'IEC-60130 Type E'),
)),
(_('Proprietary'), (
(TYPE_SAF_D_GRID, 'Saf-D-Grid'),
Expand Down

0 comments on commit 055164d

Please sign in to comment.