This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
fix issue
tags/v1.22.7.1
zhoupzh
3 years ago
parent
a986ea4faa
commit
37ed07fcb2
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