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
Merge pull request '解决云脑2任务无数据集的时候显示问题以及界面高度自适应。' (
#1854
) from zouap into V20220415
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/1854
Reviewed-by: lewis <747342561@qq.com>
fix-1633
lewis
3 years ago
parent
fa90050ed7
157d6b9fbf
commit
8f71467ba6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
routers/repo/modelarts.go
+1
-1
templates/repo/modelarts/notebook/show.tmpl
+ 1
- 1
routers/repo/modelarts.go
View File
@@ -279,7 +279,7 @@ func NotebookShow(ctx *context.Context) {
}
}
datasetDownloadLink := "
-
"
datasetDownloadLink := ""
if ctx.IsSigned {
if task.Uuid != "" && task.UserID == ctx.User.ID {
attachment, err := models.GetAttachmentByUUID(task.Uuid)
+ 1
- 1
templates/repo/modelarts/notebook/show.tmpl
View File
@@ -119,7 +119,7 @@ td, th {
width: 800px;
overflow: hidden;
text-overflow: ellipsis;
height:
80px
;
height:
20%
;
word-break: break-all;
}
.redo-color{
Write
Preview
Loading…
Cancel
Save