mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-18 00:08:31 +00:00
perf: 统计任务执行结果
This commit is contained in:
@@ -217,6 +217,7 @@ class JobExecutionTaskDetail(APIView):
|
||||
'is_success': execution.is_success,
|
||||
'time_cost': execution.time_cost,
|
||||
'job_id': execution.job.id,
|
||||
'summary': execution.summary
|
||||
})
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user