Skip to content
Snippets Groups Projects
Commit 91d223d6 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Display original task in admin

parent 7120e6e2
No related branches found
No related tags found
1 merge request!2304Link tasks to their restarts
This commit is part of merge request !2304. Comments created here will be created in the context of that merge request.
......@@ -41,6 +41,7 @@ class TaskAdmin(admin.ModelAdmin):
"updated",
"container",
"shm_size",
"original_task",
)
fieldsets = (
(
......@@ -54,6 +55,7 @@ class TaskAdmin(admin.ModelAdmin):
"state",
"process",
"priority",
"original_task",
),
},
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment