mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-11-03 07:27:48 +00:00
perf: 作业日志添加任务类型
This commit is contained in:
@@ -23,7 +23,7 @@ class JobLogSerializer(JobExecutionSerializer):
|
||||
class Meta:
|
||||
model = models.JobLog
|
||||
read_only_fields = [
|
||||
"id", "material", "time_cost", 'date_start',
|
||||
"id", "material", 'job_type', "time_cost", 'date_start',
|
||||
'date_finished', 'date_created',
|
||||
'is_finished', 'is_success',
|
||||
'task_id', 'creator_name'
|
||||
|
||||
Reference in New Issue
Block a user