Browse Source

fix issue

pull/2126/head
zhoupzh 3 years ago
parent
commit
a5ab9e07b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/cloudbrain/benchmark/new.tmpl

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

@@ -74,7 +74,7 @@
</div> </div>
<div class="required unite min_title inline field"> <div class="required unite min_title inline field">
<label style="font-weight: normal;" <label style="font-weight: normal;"
for="description">{{.i18n.Tr "repo.modelarts.train_job.description"}}&nbsp;&nbsp;</label>
for="description">{{.i18n.Tr "repo.modelarts.train_job.description"}}</label>
<textarea style="width: 80%;" id="description" name="description" rows="3" required <textarea style="width: 80%;" id="description" name="description" rows="3" required
maxlength="254" placeholder={{.i18n.Tr "repo.modelarts.train_job.new_place"}} maxlength="254" placeholder={{.i18n.Tr "repo.modelarts.train_job.new_place"}}
onchange="this.value=this.value.substring(0, 255)" onchange="this.value=this.value.substring(0, 255)"


Loading…
Cancel
Save