diff --git a/netbox/extras/forms/model_forms.py b/netbox/extras/forms/model_forms.py index 9d9946dd1..bd0d43cd9 100644 --- a/netbox/extras/forms/model_forms.py +++ b/netbox/extras/forms/model_forms.py @@ -312,6 +312,7 @@ class TableConfigForm(forms.ModelForm): ) ordering = SimpleArrayField( base_field=forms.CharField(), + required=False, label=_('Ordering'), help_text=_( "Enter a comma-separated list of column names. Prepend a name with a hyphen to reverse the order."