#4867: Misc cleanup

This commit is contained in:
Jeremy Stretch
2024-11-25 09:56:02 -05:00
parent 14d769a501
commit 0946a536f3
4 changed files with 16 additions and 9 deletions

View File

@@ -23,7 +23,8 @@ class InterfaceCommonForm(forms.Form):
primary_mac_address = DynamicModelChoiceField(
queryset=MACAddress.objects.all(),
label=_('Primary MAC address'),
required=False
required=False,
quick_add=True
)
def __init__(self, *args, **kwargs):