Browse Source

fix issue

pull/3090/head
zhoupzh 2 years ago
parent
commit
1741e76b5e
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

@@ -524,7 +524,7 @@
</div>
</div>
<div class="ui tab" data-tab="second{{$k}}">
<div class="file-info"></div>>
<div class="file-info">
<a id="{{.VersionName}}-log-down"
class='{{if $.canDownload}}ti-download-file{{else}}disabled{{end}} file-info'
href="/api/v1/repos/{{$.RepoRelPath}}/cloudbrain/{{.ID}}/download_log_file">
@@ -559,7 +559,7 @@
<input type="hidden" name="end_line-max" value>
<input type="hidden" name="start_line-max" value>
<input type="hidden" name="start_line-max-copy" value>
<input type="hidden" name="start_line" value> <input type="hidden" name="start_line" value>
<input type="hidden" name="start_line" value>
<input type="hidden" name="init_log" value>
<pre id="log_file{{.VersionName}}"></pre>
</div>


Loading…
Cancel
Save