mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-12 10:38:16 -06:00
Fixes #2606 - Add MultipleChoiceField for form_factor
Fixes error with too many lines.
This commit is contained in:
parent
4721f03fde
commit
774ea15507
@ -657,7 +657,6 @@ class InterfaceFilter(django_filters.FilterSet):
|
||||
null_value=None
|
||||
)
|
||||
|
||||
|
||||
class Meta:
|
||||
model = Interface
|
||||
fields = ['name', 'enabled', 'mtu', 'mgmt_only']
|
||||
|
Loading…
Reference in New Issue
Block a user