display volume version when listing
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user