Skip to content

Commit 79b0f34

Browse files
authored
Update serializers.py
1 parent 875c9ee commit 79b0f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_config_backup/api/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class BackupJobSerializer(NetBoxModelSerializer):
3939
class Meta:
4040
model = BackupJob
4141
fields = [
42-
'id', 'url', 'display', 'runner', 'backup', 'pid', 'created', 'scheduled', 'started', 'completed', 'status'
42+
'id', 'url', 'display', 'runner', 'backup', 'pid', 'created', 'scheduled', 'started', 'completed', 'status',
4343
'data', 'status', 'job_id',
4444
]
4545
brief_fields = ('backup', 'display', 'id', 'runner', 'url')

0 commit comments

Comments
 (0)