Browse Source

fix issue

tags/v1.22.5.1^2
zhoupzh 4 years ago
parent
commit
edd9c36522
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/repo/cloudbrain/benchmark/show.tmpl

+ 2
- 2
templates/repo/cloudbrain/benchmark/show.tmpl View File

@@ -406,7 +406,7 @@

<td class="ti-text-form-content">
<div class="text-span text-span-w">
{{if eq .BenchmarkType "Benchmark"}}
{{if eq .JobType "BENCHMARK"}}
train.py
{{else}}
--
@@ -421,7 +421,7 @@

<td class="ti-text-form-content">
<div class="text-span text-span-w">
{{if eq .BenchmarkType "Benchmark"}}
{{if eq .JobType "BENCHMARK"}}
test.py
{{else}}
--


Loading…
Cancel
Save