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