Show only standalone tasks in task pages (#925)
This commit is contained in:
@@ -26,6 +26,7 @@ function QueuedTasks() {
|
||||
.get("/tasks", {
|
||||
params: {
|
||||
task_status: "queued",
|
||||
only_standalone_tasks: "true",
|
||||
},
|
||||
})
|
||||
.then((response) => response.data);
|
||||
|
||||
@@ -26,6 +26,7 @@ function RunningTasks() {
|
||||
.get("/tasks", {
|
||||
params: {
|
||||
task_status: "running",
|
||||
only_standalone_tasks: "true",
|
||||
},
|
||||
})
|
||||
.then((response) => response.data);
|
||||
|
||||
Reference in New Issue
Block a user