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

Loading…
Cancel
Save