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