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