Browse Source

Merge pull request 'fix issue' (#2928) from pretrainmodel into V20220926

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2928
Reviewed-by: chenshihai <chenshh@pcl.ac.cn>
res-api
chenshihai 2 years ago
parent
commit
4c569f7555
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/modelarts/trainjob/version_new.tmpl

+ 1
- 1
templates/repo/modelarts/trainjob/version_new.tmpl View File

@@ -62,7 +62,7 @@
</h4> </h4>
<div class="ui attached segment"> <div class="ui attached segment">
<!-- equal width --> <!-- equal width -->
<form id="form_id" class="ui form" action="{{$.RepoLink}}/modelarts/train-job/{{.JobID}}/create_version" method="post">
<form id="form_id" class="ui form" action="{{$.Link}}" method="post">
{{.CsrfTokenHtml}} {{.CsrfTokenHtml}}
<input type="hidden" name="action" value="update"> <input type="hidden" name="action" value="update">
{{if .version_name}} {{if .version_name}}


Loading…
Cancel
Save