瀏覽代碼

11620 fix interface poe type filter

Arthur 3 年之前
父節點
當前提交
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'
     )