mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Merge pull request #236 from alphagov/show-completion-of-job
Show how complete a job is on dashboard
This commit is contained in:
@@ -110,6 +110,7 @@ def job_json():
|
||||
'file_name': '{}.csv'.format(job_id),
|
||||
'created_at': created_at,
|
||||
'notification_count': 1,
|
||||
'notifications_sent': 1,
|
||||
'status': ''
|
||||
}
|
||||
return data
|
||||
|
||||
Reference in New Issue
Block a user