diff --git a/netbox/dcim/choices.py b/netbox/dcim/choices.py index 923088480..3b496e45a 100644 --- a/netbox/dcim/choices.py +++ b/netbox/dcim/choices.py @@ -503,6 +503,7 @@ class PowerOutletTypeChoices(ChoiceSet): (TYPE_CS_8365C, 'CS8365C'), (TYPE_CS_8464C, 'CS8464C'), (TYPE_CS_8465C, 'CS8465C'), + )), )