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
view
tags/v1.21.12.1
yuyuanshifu
5 years ago
parent
9c0594d980
commit
2cde245bcd
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
routers/repo/cloudbrain.go
+1
-1
templates/repo/cloudbrain/new.tmpl
+ 0
- 1
routers/repo/cloudbrain.go
View File
@@ -94,7 +94,6 @@ func CloudBrainNew(ctx *context.Context) {
} else {
result.Payload[i].PlaceView = payload.Place
}
}
ctx.Data["images"] = result.Payload
+ 1
- 1
templates/repo/cloudbrain/new.tmpl
View File
@@ -44,7 +44,7 @@
<label>代码存放路径</label>
<input name="code_path" id="cloudbrain_code_path" value="{{.code_path}}" tabindex="3" autofocus required maxlength="255" readonly="readonly">
</div>
<div class="inline required field">
<div class="inline required field"
hidden
>
<label>启动命令</label>
<textarea name="command" rows="10" readonly="readonly">{{.command}}</textarea>
</div>
Write
Preview
Loading…
Cancel
Save