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 'fix-455' (
#527
) from fix-455 into V20211018
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/527
pull/536/head
A00老虎
3 years ago
parent
0dd5172998
71ee1e2a61
commit
dbe55a914b
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/repo/issue/view.tmpl
+1
-1
templates/repo/modelarts/index.tmpl
+ 1
- 1
templates/repo/issue/view.tmpl
View File
@@ -12,7 +12,7 @@
</div>
{{else}}
<div class="ui large breadcrumb">
<a class="section" href="{{.RepoLink}}/
issue
s">{{.i18n.Tr "repo.pulls"}}</a>
<a class="section" href="{{.RepoLink}}/
pull
s">{{.i18n.Tr "repo.pulls"}}</a>
<div class="divider"> / </div>
<div class="action section">{{.i18n.Tr "repo.issues_detail"}}</div>
</div>
+ 1
- 1
templates/repo/modelarts/index.tmpl
View File
@@ -300,7 +300,7 @@
<a class="ui basic blue button" href="{{$.Link}}/{{.JobID}}">
查看
</a>
<a class="ui basic {{if not .CanDebug}}disabled {{else}}blue {{end}}button" href="{{$.Link}}/{{.JobID}}/debug">
<a class="ui basic {{if not .CanDebug}}disabled {{else}}blue {{end}}button" href="{{$.Link}}/{{.JobID}}/debug"
target="_blank"
>
调试
</a>
<form id="stopForm-{{.JobID}}" action="{{if ne .Status "RUNNING"}}javascript:void(0){{else}}{{$.Link}}/{{.JobID}}/stop{{end}}" method="post" style="margin-left:-1px;">
Write
Preview
Loading…
Cancel
Save