diff --git a/netbox/dcim/forms.py b/netbox/dcim/forms.py index 14a80a900..fafccc90f 100644 --- a/netbox/dcim/forms.py +++ b/netbox/dcim/forms.py @@ -1629,7 +1629,8 @@ class InterfaceListFilterForm(BootstrapMixin, forms.Form): required=False, queryset=Rack.objects.annotate(filter_count=Count('devices')), label='Rack', - null_option=(None, 'None') + null_option=(None, 'None'), + empty_label='--------' ) enabled = forms.ChoiceField(choices=add_blank_choice(IFACE_ENABLED_CHOICES), required=False) role = FilterChoiceField(