mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-28 17:50:56 +01:00
added batch restart tasks
This commit is contained in:
@@ -259,6 +259,11 @@ const actions = {
|
||||
return await request.post(`/tasks-cancel`, {
|
||||
ids
|
||||
})
|
||||
},
|
||||
async restartTaskMultiple({ dispatch }, ids) {
|
||||
return await request.post(`/tasks-restart`, {
|
||||
ids
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user