Browse Source

Merge pull request '解决创建任务失败之后,镜像选择项消失的问题' (#1441) from benchmark into V20220125

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/1441
Reviewed-by: lewis <747342561@qq.com>
pull/1460/head
lewis 3 years ago
parent
commit
80afbe369b
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

@@ -116,7 +116,7 @@
<div class="required unite min_title inline field">
<label style="font-weight: normal;">{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_mirror"}}</label>
<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
<input type="text" list="cloudbrain_image" placeholder="选择镜像" name="image" class="required autofocus" style='width:492px;' maxlength="254">
<input type="text" list="cloudbrain_image" placeholder="选择镜像" name="image" value="{{.image}}" class="required autofocus" style='width:492px;' maxlength="254">
<i class="times circle outline icon icons" style="visibility: hidden;" onclick="clearValue()"></i>
<datalist class="ui search" id="cloudbrain_image" style='width:385px;' name="image">
{{range .images}}


Loading…
Cancel
Save