Browse Source

fix issue

tags/V1.22.3.1^2
zhoupzh 4 years ago
parent
commit
970305946e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      templates/repo/cloudbrain/benchmark/index.tmpl
  2. +1
    -1
      templates/repo/cloudbrain/benchmark/new.tmpl

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

@@ -122,7 +122,7 @@
<span style="font-size: 12px;" class="">{{TimeSinceUnix .Cloudbrain.CreatedUnix $.Lang}}</span>
</div>
<!-- 任务运行时间 -->
<div class="two wide column text center padding0">
<div class="one wide column text center padding0">
<span style="font-size: 12px;" id="duration-{{.Cloudbrain.ID}}">{{.TrainJobDuration}}</span>
</div>
<!-- 计算资源 -->


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

@@ -124,7 +124,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" value="{{.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