Просмотр исходного кода

11620 fix interface poe type filter

Arthur 3 лет назад
Родитель
Сommit
10e27cfa00
1 измененных файлов с 1 добавлено и 1 удалено
  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'
     )