File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1111
1212* [ #9715 ] ( https://github.com/netbox-community/netbox/issues/9715 ) - Fix ` SOCIAL_AUTH_PIPELINE ` config parameter not taking effect
1313* [ #9734 ] ( https://github.com/netbox-community/netbox/issues/9734 ) - Fix stealing focus by select fields in forms
14+ * [ #9746 ] ( https://github.com/netbox-community/netbox/issues/9746 ) - Permit filtering interfaces by arbitrary speed value in UI
1415
1516---
1617
Original file line number Diff line number Diff line change @@ -982,8 +982,8 @@ class InterfaceFilterForm(DeviceComponentFilterForm):
982982 )
983983 speed = forms .IntegerField (
984984 required = False ,
985- label = 'Select Speed' ,
986- widget = SelectSpeedWidget (attrs = { 'readonly' : None } )
985+ label = 'Speed' ,
986+ widget = SelectSpeedWidget ()
987987 )
988988 duplex = MultipleChoiceField (
989989 choices = InterfaceDuplexChoices ,
You can’t perform that action at this time.
0 commit comments