diff --git a/src/components/JobConfiguration.vue b/src/components/JobConfiguration.vue index df243c58..c38eeb53 100644 --- a/src/components/JobConfiguration.vue +++ b/src/components/JobConfiguration.vue @@ -7,6 +7,12 @@ + + +

{{ currentJob.description }}

+
+
+ {{ $t("Run time") }} diff --git a/src/store/modules/job/actions.ts b/src/store/modules/job/actions.ts index f059be22..a26eb090 100644 --- a/src/store/modules/job/actions.ts +++ b/src/store/modules/job/actions.ts @@ -642,7 +642,7 @@ const actions: ActionTree = { "jobId": payload?.jobId } as any, "viewSize": 1, - "fieldList": ["systemJobEnumId", "runTime", "tempExprId", "parentJobId", "serviceName", "jobId", "jobName", "currentRetryCount", "statusId"], + "fieldList": ["systemJobEnumId", "runTime", "tempExprId", "parentJobId", "serviceName", "jobId", "jobName", "currentRetryCount", "statusId", "description"], "noConditionFind": "Y" } resp = await JobService.fetchJobInformation(params);