mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
updated frontend to adapt changes of golang version
This commit is contained in:
@@ -66,7 +66,7 @@ export default {
|
||||
onRestart () {
|
||||
},
|
||||
onStop () {
|
||||
this.$store.dispatch('task/stopTask', this.$route.params.id)
|
||||
this.$store.dispatch('task/cancelTask', this.$route.params.id)
|
||||
.then(() => {
|
||||
this.$message.success(`Task "${this.$route.params.id}" has been sent signal to stop`)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user