Browse Source

修复490显示完整文件名

tags/v1.21.12.1
OpenIhu 3 years ago
parent
commit
16c74760d1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/repo/datasets/dataset_list.tmpl

+ 2
- 2
templates/repo/datasets/dataset_list.tmpl View File

@@ -5,9 +5,9 @@
{{range .Attachments}}
<div class="ui grid item" id="{{.UUID}}">
<div class="row">
<div class="eight wide column">
<div class="eight wide column" data-tooltip="{{.Name}}">
<span class="ui right">{{.Size | FileSize}}</span>
<a class="title" href="{{.DownloadURL}}?type={{$.Type}}" data-tooltip-text="{{.Name}}">
<a class="title" href="{{.DownloadURL}}?type={{$.Type}}">
{{svg "octicon-cloud-download" 16}} {{.Name}}
</a>
</div>


Loading…
Cancel
Save