display volume version when listing

This commit is contained in:
chrislu
2025-06-19 00:33:01 -07:00
parent 9a115068af
commit 87927d068b

View File

@@ -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>