Browse Source

fix issue

pull/2574/head
zhoupzh 2 years ago
parent
commit
347bb1a217
1 changed files with 1 additions and 16 deletions
  1. +1
    -16
      templates/repo/cloudbrain/inference/new.tmpl

+ 1
- 16
templates/repo/cloudbrain/inference/new.tmpl View File

@@ -219,22 +219,7 @@
<span id="add_run_para" style="cursor:pointer;color: rgba(3, 102, 214, 100);font-size: 14px;line-height: 26px;font-family: SourceHanSansSC-medium;"><i class="plus square outline icon"></i>{{.i18n.Tr "repo.modelarts.train_job.add_run_parameter"}}</span>
<input id="store_run_para" type="hidden" name="run_para_list">
<div class="dynamic field" style="margin-top: 1rem;">
{{if ne 0 (len .params)}}
{{range $k ,$v := .params}}
<div class="two fields width85" id="para{{$k}}">
<div class="field">
<input type="text" name="shipping_first-name" value={{$v.Label}} required>
</div>
<div class="field">
<input type="text" name="shipping_last-name" value={{$v.Value}} required>
</div>
<span>
<i class="trash icon"></i>
</span>

</div>
{{end}}
{{end}}
{{.params}}
</div>
</div>



Loading…
Cancel
Save