aboutsummaryrefslogtreecommitdiff
path: root/weed/admin/view/app/cluster_collections.templ
diff options
context:
space:
mode:
Diffstat (limited to 'weed/admin/view/app/cluster_collections.templ')
-rw-r--r--weed/admin/view/app/cluster_collections.templ8
1 files changed, 0 insertions, 8 deletions
diff --git a/weed/admin/view/app/cluster_collections.templ b/weed/admin/view/app/cluster_collections.templ
index 5e877fb53..202058ca7 100644
--- a/weed/admin/view/app/cluster_collections.templ
+++ b/weed/admin/view/app/cluster_collections.templ
@@ -168,7 +168,6 @@ templ ClusterCollections(data dash.ClusterCollectionsData) {
<th>Volumes</th>
<th>Files</th>
<th>Size</th>
- <th>TTL</th>
<th>Disk Types</th>
<th>Status</th>
<th>Actions</th>
@@ -205,13 +204,6 @@ templ ClusterCollections(data dash.ClusterCollectionsData) {
</div>
</td>
<td>
- if collection.TTL != "" {
- <span class="badge bg-warning text-dark">{collection.TTL}</span>
- } else {
- <span class="text-muted">None</span>
- }
- </td>
- <td>
for i, diskType := range collection.DiskTypes {
if i > 0 {
<span class="me-1"></span>