Browse Source

fix issue

pull/2928/head
zhoupzh 2 years ago
parent
commit
9f974bf45c
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>
<div class="ui attached segment">
<!-- 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}}
<input type="hidden" name="action" value="update">
{{if .version_name}}


Loading…
Cancel
Save