This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
提交代码
tags/v1.22.4.2^2
ychao_1983
4 years ago
parent
dd83b48849
commit
d92589b6dc
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
routers/admin/cloudbrains.go
+2
-0
routers/admin/dataset.go
+ 1
- 1
routers/admin/cloudbrains.go
View File
@@ -117,7 +117,7 @@ func Images(ctx *context.Context) {
func CloudBrainCommitImageShow(ctx *context.Context) {
ctx.Data["PageIsAdminImages"] = true
ctx.HTML(200, tplImages)
ctx.HTML(200, tpl
Commit
Images)
}
+ 2
- 0
routers/admin/dataset.go
View File
@@ -51,6 +51,8 @@ func Datasets(ctx *context.Context) {
orderBy = models.SearchOrderBySizeReverse
case "size":
orderBy = models.SearchOrderBySize
case "downloadtimes":
orderBy = models.SearchOrderByDownloadTimes
case "moststars":
orderBy = models.SearchOrderByStarsReverse
case "feweststars":
Write
Preview
Loading…
Cancel
Save