This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
feat: add task and list for the dataset list
master
colorfulberry
5 years ago
parent
3d1a962b18
commit
ae7e9f64c2
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
templates/datasets/dataset_list.tmpl
+ 2
- 0
templates/datasets/dataset_list.tmpl
View File
@@ -6,6 +6,8 @@
{{.Title}}
{{.Title}}
</a>
</a>
<div class="ui right metas">
<div class="ui right metas">
<span class="text grey">{{svg "octicon-tasklist" 16}} {{.Task}}</span>
<span class="text grey">{{svg "octicon-tag" 16}}{{.Category}}</span>
<span class="text grey">{{svg "octicon-flame" 16}} 24</span>
<span class="text grey">{{svg "octicon-flame" 16}} 24</span>
</div>
</div>
</div>
</div>
Write
Preview
Loading…
Cancel
Save