Browse Source

edit multi category select

tags/v1.21.12.1
Gitea 4 years ago
parent
commit
3339814b3d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      templates/repo/cloudbrain/new.tmpl

+ 0
- 2
templates/repo/cloudbrain/new.tmpl View File

@@ -110,7 +110,6 @@
{{.i18n.Tr "repo.cloudbrain.new"}}
</h3>
<div class="ui attached segment">
<!-- <br> -->
<div class="inline required field">
<label>任务名称</label>
<input name="job_name" id="cloudbrain_job_name" placeholder="任务名称" value="{{.job_name}}" tabindex="3" autofocus required maxlength="255">
@@ -232,5 +231,4 @@
selected_value = $("#cloudbrain_benchmark_category").val()
$('#cloudbrain_benchmark_category option:selected').val(selected_value)
})
</script>

Loading…
Cancel
Save