|
|
@@ -243,6 +243,8 @@ func ShowModelPageInfo(ctx *context.Context) { |
|
|
ctx.Data["PageIsCloudBrain"] = true |
|
|
ctx.Data["PageIsCloudBrain"] = true |
|
|
ctx.Data["Tasks"] = modelResult |
|
|
ctx.Data["Tasks"] = modelResult |
|
|
|
|
|
|
|
|
|
|
|
ctx.HTML(200, tplModelManageIndex) |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func ModifyModel(id string, description string) error { |
|
|
func ModifyModel(id string, description string) error { |
|
|
|