Browse Source

fix-bug

tags/v1.22.11.1^2
liuzx 3 years ago
parent
commit
6c6be76700
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/user/home.go

+ 1
- 0
routers/user/home.go View File

@@ -835,6 +835,7 @@ func Cloudbrains(ctx *context.Context) {
ctx.ServerError("Get job failed:", err)
return
}
models.LoadSpecs4CloudbrainInfo(ciTasks)
for i, _ := range ciTasks {
ciTasks[i].CanDebug = true
ciTasks[i].CanDel = true


Loading…
Cancel
Save