| Index: dashboard/dashboard/pinpoint/handlers/jobs.py
|
| diff --git a/dashboard/dashboard/pinpoint/handlers/jobs.py b/dashboard/dashboard/pinpoint/handlers/jobs.py
|
| index 63ea09ce97ab724f9c922ccf4cefbfd1630f65d7..eb8958594267078451cc5cae98c6fb6cd52f97bd 100644
|
| --- a/dashboard/dashboard/pinpoint/handlers/jobs.py
|
| +++ b/dashboard/dashboard/pinpoint/handlers/jobs.py
|
| @@ -33,6 +33,6 @@ class Jobs(webapp2.RequestHandler):
|
|
|
| jobs = job_future.get_result()
|
| for job in jobs:
|
| - result['jobs_list'].append(job.AsDict())
|
| + result['jobs_list'].append(job.StatusDict())
|
|
|
| return result
|
|
|