Browse Source

回退修改。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.21.12.1
zouap 3 years ago
parent
commit
a5565e9202
1 changed files with 2 additions and 6 deletions
  1. +2
    -6
      templates/repo/datasets/label/index.tmpl

+ 2
- 6
templates/repo/datasets/label/index.tmpl View File

@@ -69,9 +69,7 @@
<select name="pre_predict_task" id="dataset_list" onchange="dataset_sele_Change(this)">
{{if .Attachments}}
{{range .Attachments}}
{{if eq .DecompressState 1}}
<option value="{{.UUID}}">{{.Name}}</option>
{{end}}
<option value="{{.UUID}}">{{.Name}}</option>
{{end}}
{{end}}
</select>
@@ -125,9 +123,7 @@
<select name="pre_predict_task" id="dataset_list_auto" onchange="dataset_auto_sele_Change(this)">
{{if .Attachments}}
{{range .Attachments}}
{{if eq .DecompressState 1}}
<option value="{{.UUID}}">{{.Name}}</option>
{{end}}
<option value="{{.UUID}}">{{.Name}}</option>
{{end}}
{{end}}
</select>


Loading…
Cancel
Save