aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
Diffstat (limited to 'weed')
-rw-r--r--weed/server/volume_server_ui/volume.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/server/volume_server_ui/volume.html b/weed/server/volume_server_ui/volume.html
index 05fbb7b0a..565d14368 100644
--- a/weed/server/volume_server_ui/volume.html
+++ b/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>