Skip to content

Commit

Permalink
added display on virtual disk api #15241
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed Feb 23, 2024
1 parent c21ec21 commit e49be95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netbox/virtualization/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ class VirtualDiskSerializer(NetBoxModelSerializer):
class Meta:
model = VirtualDisk
fields = [
'id', 'url', 'virtual_machine', 'name', 'description', 'size', 'tags', 'custom_fields', 'created',
'last_updated',
'id', 'url', 'display', 'virtual_machine', 'name', 'description', 'size', 'tags', 'custom_fields',
'created', 'last_updated',
]

0 comments on commit e49be95

Please sign in to comment.