9892 add supporting tests, form fields

This commit is contained in:
Arthur
2022-09-26 11:39:43 -07:00
parent 37afe5b07d
commit 055dd4ce6d
13 changed files with 33 additions and 10 deletions

View File

@@ -123,7 +123,7 @@ class FHRPGroupSerializer(NetBoxModelSerializer):
class Meta:
model = FHRPGroup
fields = [
'id', 'url', 'display', 'protocol', 'group_id', 'auth_type', 'auth_key', 'description', 'ip_addresses',
'id', 'name', 'url', 'display', 'protocol', 'group_id', 'auth_type', 'auth_key', 'description', 'ip_addresses',
'tags', 'custom_fields', 'created', 'last_updated',
]