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 'GPU/NPU训练结果文件过多时显示垂直滚动条' (
#2446
) from fix-2418 into V20220718
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/2446
Reviewed-by: liuzx <liuzx@pcl.ac.cn>
pull/2456/head
liuzx
2 years ago
parent
1e7104112b
27ddb3db2f
commit
6d47a685ab
2 changed files
with
6 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-5
templates/repo/modelarts/trainjob/show.tmpl
+4
-0
web_src/less/openi.less
+ 2
- 5
templates/repo/modelarts/trainjob/show.tmpl
View File
@@ -535,13 +535,10 @@
<div class="divider"> / </div>
</div>
<div id="dir_list{{.VersionName}}">
<div id="dir_list{{.VersionName}}"
style="max-height: 500px;overflow:auto;"
>
</div>
<div style="display:flex;align-items: center;justify-content: end;color: #f2711c;">
<i class="ri-error-warning-line" style="margin-right:0.5rem;"></i>
<span>{{$.i18n.Tr "repo.file_limit_100"}}</span>
</div>
</div>
</div>
+ 4
- 0
web_src/less/openi.less
View File
@@ -1216,3 +1216,7 @@ i.SUCCEEDED {
max-width: 6.38px;
visibility: hidden;
}
#dir_list {
max-height: 500px;
overflow: auto;
}
Write
Preview
Loading…
Cancel
Save