diff --git a/netbox/dcim/forms/model_forms.py b/netbox/dcim/forms/model_forms.py index cb5809d4c..b2b013b80 100644 --- a/netbox/dcim/forms/model_forms.py +++ b/netbox/dcim/forms/model_forms.py @@ -1974,7 +1974,7 @@ class MACAddressForm(PrimaryModelForm): class Meta: model = MACAddress fields = [ - 'mac_address', 'interface', 'vminterface', 'description', 'owner', 'tags', + 'mac_address', 'interface', 'vminterface', 'description', 'owner', 'comments', 'tags', ] def __init__(self, *args, **kwargs):