mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 13:06:30 -06:00
Update choices.py
This commit is contained in:
parent
e300fad340
commit
1c38d63c50
@ -342,7 +342,7 @@ class PowerPortTypeChoices(ChoiceSet):
|
|||||||
# Proprietary
|
# Proprietary
|
||||||
TYPE_SAF_D_GRID = 'saf-d-grid'
|
TYPE_SAF_D_GRID = 'saf-d-grid'
|
||||||
# Other
|
# Other
|
||||||
TYPE_OTHER = 'other'
|
TYPE_HARDWIRED = 'hardwired'
|
||||||
|
|
||||||
CHOICES = (
|
CHOICES = (
|
||||||
('IEC 60320', (
|
('IEC 60320', (
|
||||||
@ -450,7 +450,7 @@ class PowerPortTypeChoices(ChoiceSet):
|
|||||||
(TYPE_SAF_D_GRID, 'Saf-D-Grid'),
|
(TYPE_SAF_D_GRID, 'Saf-D-Grid'),
|
||||||
)),
|
)),
|
||||||
('Other', (
|
('Other', (
|
||||||
(TYPE_OTHER, 'Other'),
|
(TYPE_HARDWIRED, 'Hardwired'),
|
||||||
)),
|
)),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user