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
#1553
tags/v1.21.12.1
Unknwon
10 years ago
parent
ee3e0c3c49
commit
6c7a93a3ac
2 changed files
with
2440 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2439
-0
public/config.codekit
+1
-1
templates/admin/user/edit.tmpl
+ 2439
- 0
public/config.codekit
File diff suppressed because it is too large
View File
+ 1
- 1
templates/admin/user/edit.tmpl
View File
@@ -20,7 +20,7 @@
<option value="0-0">{{.i18n.Tr "admin.users.local"}}</option>
{{$tp := .User.LoginSource}}
{{range $key, $val := .LoginSources}}
<option value="{{$val.Type}}-{{$val.I
d}}"{{if eq $val.Id
$tp}} selected{{end}}>{{$val.Name}}</option>
<option value="{{$val.Type}}-{{$val.I
D}}"{{if eq $val.ID
$tp}} selected{{end}}>{{$val.Name}}</option>
{{end}}
</select>
</div>
Write
Preview
Loading…
Cancel
Save