This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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.2.2^2
zhoupzh
3 years ago
parent
8f59f68cc4
commit
cc82b7d3f2
3 changed files
with
2 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/repo/cloudbrain/new.tmpl
+1
-1
templates/repo/modelarts/notebook/new.tmpl
+0
-3
templates/repo/modelarts/notebook/show.tmpl
+ 1
- 1
templates/repo/cloudbrain/new.tmpl
View File
@@ -254,7 +254,7 @@
<button class="ui green button" >
{{.i18n.Tr "repo.cloudbrain.new"}}
</button>
<a class="ui button cancel" href="{{.RepoLink}}/
/
debugjob?debugListType=all">{{.i18n.Tr "repo.cloudbrain.cancel"}}</a>
<a class="ui button cancel" href="{{.RepoLink}}/debugjob?debugListType=all">{{.i18n.Tr "repo.cloudbrain.cancel"}}</a>
</div>
</div>
</form>
+ 1
- 1
templates/repo/modelarts/notebook/new.tmpl
View File
@@ -101,7 +101,7 @@
<button class="ui green button">
{{.i18n.Tr "repo.cloudbrain.new"}}
</button>
<a class="ui button cancel" href="{{.RepoLink}}/
/
debugjob?debugListType=all">{{.i18n.Tr "repo.cloudbrain.cancel"}}</a>
<a class="ui button cancel" href="{{.RepoLink}}/debugjob?debugListType=all">{{.i18n.Tr "repo.cloudbrain.cancel"}}</a>
</div>
</div>
</form>
+ 0
- 3
templates/repo/modelarts/notebook/show.tmpl
View File
@@ -66,6 +66,3 @@
</div>
</div>
{{template "base/footer" .}}
<script>
console.log({{.Link}})
</script>
Write
Preview
Loading…
Cancel
Save