Quellcode durchsuchen

11620 fix interface poe type filter

Arthur vor 3 Jahren
Ursprung
Commit
10e27cfa00
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      netbox/dcim/forms/filtersets.py

+ 1 - 1
netbox/dcim/forms/filtersets.py

@@ -1170,7 +1170,7 @@ class InterfaceFilterForm(PathEndpointFilterForm, DeviceComponentFilterForm):
         label='PoE mode'
     )
     poe_type = MultipleChoiceField(
-        choices=InterfacePoEModeChoices,
+        choices=InterfacePoETypeChoices,
         required=False,
         label='PoE type'
     )