Skip to content

Commit

Permalink
Update serializers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps authored Feb 7, 2025
1 parent 875c9ee commit 79b0f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_config_backup/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class BackupJobSerializer(NetBoxModelSerializer):
class Meta:
model = BackupJob
fields = [
'id', 'url', 'display', 'runner', 'backup', 'pid', 'created', 'scheduled', 'started', 'completed', 'status'
'id', 'url', 'display', 'runner', 'backup', 'pid', 'created', 'scheduled', 'started', 'completed', 'status',
'data', 'status', 'job_id',
]
brief_fields = ('backup', 'display', 'id', 'runner', 'url')

0 comments on commit 79b0f34

Please sign in to comment.