We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f8dea commit 0712e48Copy full SHA for 0712e48
1 file changed
live-demo/app/resources/jobs.ts
@@ -94,16 +94,16 @@ const jobsResource: AdminForthResourceInput = {
94
},
95
],
96
plugins: [
97
- // new BackgroundJobsPlugin({
98
- // createdAtField: 'created_at',
99
- // finishedAtField: 'finished_at',
100
- // startedByField: 'started_by',
101
- // stateField: 'state',
102
- // progressField: 'progress',
103
- // statusField: 'status',
104
- // nameField: 'name',
105
- // jobHandlerField: 'job_handler_name',
106
- // })
+ new BackgroundJobsPlugin({
+ createdAtField: 'created_at',
+ finishedAtField: 'finished_at',
+ startedByField: 'started_by',
+ stateField: 'state',
+ progressField: 'progress',
+ statusField: 'status',
+ nameField: 'name',
+ jobHandlerField: 'job_handler_name',
+ })
107
]
108
};
109
0 commit comments