Browse Source

display volume version when listing

pull/6897/head
chrislu 4 months ago
parent
commit
87927d068b
  1. 2
      weed/server/volume_server_ui/volume.html

2
weed/server/volume_server_ui/volume.html

@ -114,6 +114,7 @@
<th>Trash</th>
<th>TTL</th>
<th>ReadOnly</th>
<th>Version</th>
</tr>
</thead>
<tbody>
@ -127,6 +128,7 @@
<td>{{ .DeleteCount }} / {{bytesToHumanReadable .DeletedByteCount}}</td>
<td>{{ .Ttl }}</td>
<td>{{ .ReadOnly }}</td>
<td>{{ .Version }}</td>
</tr>
{{ end }}
</tbody>

Loading…
Cancel
Save