mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
avoid jobs with job status cancelled
This commit is contained in:
@@ -113,6 +113,7 @@ def service_dashboard(service_id):
|
||||
"original_file_name": job["original_file_name"],
|
||||
}
|
||||
for job in job_response
|
||||
if job["job_status"] != "cancelled"
|
||||
]
|
||||
return render_template(
|
||||
"views/dashboard/dashboard.html",
|
||||
|
||||
Reference in New Issue
Block a user