This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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.4.1^2
zhoupzh
3 years ago
parent
4793fae46b
commit
1dbe882c47
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
templates/repo/cloudbrain/image/submit.tmpl
+1
-1
templates/repo/debugjob/index.tmpl
+ 5
- 0
templates/repo/cloudbrain/image/submit.tmpl
View File
@@ -0,0 +1,5 @@
{{template "base/head" .}}
<div>
asdasd
</div>
{{template "base/footer" .}}
+ 1
- 1
templates/repo/debugjob/index.tmpl
View File
@@ -382,7 +382,7 @@
<!-- 接收结果 -->
<iframe src="" frameborder="0" name="iframeContent" style="display: none;"></iframe>
{{if .CanDebug}}
<a id="model-image-{{.Cloudbrain.ID}}" class='imageBtn ui basic {{if ne .Status "RUNNING"}}disabled {{else}}blue {{end}}button'>{{$.i18n.Tr "repo.submit_image"}}</a>
<a id="model-image-{{.Cloudbrain.ID}}" class='imageBtn ui basic {{if ne .Status "RUNNING"}}disabled {{else}}blue {{end}}button'
href="{{$.RepoLink}}/cloudbrain/{{.Cloudbrain.ID}}/commit_image"
>{{$.i18n.Tr "repo.submit_image"}}</a>
{{else}}
<a class="imageBtn ui basic disabled button">{{$.i18n.Tr "repo.submit_image"}}</a>
{{end}}
Write
Preview
Loading…
Cancel
Save