Kaynağa Gözat

11620 fix interface poe type filter

Arthur 3 yıl önce
ebeveyn
işleme
10e27cfa00
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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'
         label='PoE mode'
     )
     )
     poe_type = MultipleChoiceField(
     poe_type = MultipleChoiceField(
-        choices=InterfacePoEModeChoices,
+        choices=InterfacePoETypeChoices,
         required=False,
         required=False,
         label='PoE type'
         label='PoE type'
     )
     )