mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 19:18:16 -06:00
15685 remove minlenth
This commit is contained in:
parent
b4c447ce0c
commit
13570b62c4
@ -979,8 +979,6 @@ class CableFilterForm(TenancyFilterForm, NetBoxModelFilterSetForm):
|
||||
)
|
||||
length = forms.DecimalField(
|
||||
label=_('Length'),
|
||||
required=False,
|
||||
min_value=0.01
|
||||
)
|
||||
length_unit = forms.ChoiceField(
|
||||
label=_('Length unit'),
|
||||
|
Loading…
Reference in New Issue
Block a user