|
|
@@ -350,6 +350,7 @@ func DownloadSingleModelFile(ctx *context.Context) { |
|
|
|
|
|
|
|
|
func ShowModelInfo(ctx *context.Context) { |
|
|
func ShowModelInfo(ctx *context.Context) { |
|
|
ctx.Data["ID"] = ctx.Query("ID") |
|
|
ctx.Data["ID"] = ctx.Query("ID") |
|
|
|
|
|
ctx.Data["name"] = ctx.Query("name") |
|
|
ctx.HTML(200, tplModelInfo) |
|
|
ctx.HTML(200, tplModelInfo) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|