Merge pull request #236 from alphagov/show-completion-of-job

Show how complete a job is on dashboard
This commit is contained in:
NIcholas Staples
2016-03-08 08:55:59 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -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