mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Merge pull request #7898 from ypid/fix/7897
CEE 7/5 exists as power port and power outlet. It is only a power port.
This commit is contained in:
commit
497eacbea3
@ -428,7 +428,7 @@ class PowerPortTypeChoices(ChoiceSet):
|
|||||||
)),
|
)),
|
||||||
('International/ITA', (
|
('International/ITA', (
|
||||||
(TYPE_ITA_C, 'ITA Type C (CEE 7/16)'),
|
(TYPE_ITA_C, 'ITA Type C (CEE 7/16)'),
|
||||||
(TYPE_ITA_E, 'ITA Type E (CEE 7/5)'),
|
(TYPE_ITA_E, 'ITA Type E (CEE 7/6)'),
|
||||||
(TYPE_ITA_F, 'ITA Type F (CEE 7/4)'),
|
(TYPE_ITA_F, 'ITA Type F (CEE 7/4)'),
|
||||||
(TYPE_ITA_EF, 'ITA Type E/F (CEE 7/7)'),
|
(TYPE_ITA_EF, 'ITA Type E/F (CEE 7/7)'),
|
||||||
(TYPE_ITA_G, 'ITA Type G (BS 1363)'),
|
(TYPE_ITA_G, 'ITA Type G (BS 1363)'),
|
||||||
@ -640,8 +640,8 @@ class PowerOutletTypeChoices(ChoiceSet):
|
|||||||
(TYPE_CS8464C, 'CS8464C'),
|
(TYPE_CS8464C, 'CS8464C'),
|
||||||
)),
|
)),
|
||||||
('ITA/International', (
|
('ITA/International', (
|
||||||
(TYPE_ITA_E, 'ITA Type E (CEE7/5)'),
|
(TYPE_ITA_E, 'ITA Type E (CEE 7/5)'),
|
||||||
(TYPE_ITA_F, 'ITA Type F (CEE7/3)'),
|
(TYPE_ITA_F, 'ITA Type F (CEE 7/3)'),
|
||||||
(TYPE_ITA_G, 'ITA Type G (BS 1363)'),
|
(TYPE_ITA_G, 'ITA Type G (BS 1363)'),
|
||||||
(TYPE_ITA_H, 'ITA Type H'),
|
(TYPE_ITA_H, 'ITA Type H'),
|
||||||
(TYPE_ITA_I, 'ITA Type I'),
|
(TYPE_ITA_I, 'ITA Type I'),
|
||||||
|
Loading…
Reference in New Issue
Block a user