Browse Source

fix issue

tags/v1.22.11.1^2
zhoupzh 3 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> </div>
<div class="ui tab" data-tab="second{{$k}}"> <div class="ui tab" data-tab="second{{$k}}">
<div class="file-info"></div>>
<div class="file-info">
<a id="{{.VersionName}}-log-down" <a id="{{.VersionName}}-log-down"
class='{{if $.canDownload}}ti-download-file{{else}}disabled{{end}} file-info' class='{{if $.canDownload}}ti-download-file{{else}}disabled{{end}} file-info'
href="/api/v1/repos/{{$.RepoRelPath}}/cloudbrain/{{.ID}}/download_log_file"> 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="end_line-max" value>
<input type="hidden" name="start_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-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> <input type="hidden" name="init_log" value>
<pre id="log_file{{.VersionName}}"></pre> <pre id="log_file{{.VersionName}}"></pre>
</div> </div>


Loading…
Cancel
Save