mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-24 17:41:03 +01:00
fixed unable to click crawl button on spider page for configurable spiders
This commit is contained in:
@@ -508,11 +508,8 @@ export default {
|
||||
this.dialogVisible = true
|
||||
},
|
||||
isShowRun (row) {
|
||||
if (row.cmd) {
|
||||
return true
|
||||
} else {
|
||||
return false
|
||||
}
|
||||
if (!this.isCustomized(row)) return true
|
||||
return !!row.cmd
|
||||
},
|
||||
isCustomized (row) {
|
||||
return row.type === 'customized'
|
||||
|
||||
Reference in New Issue
Block a user