remove ttl from collections

This commit is contained in:
chrislu
2025-07-01 21:01:49 -07:00
parent 757c436a82
commit 471910736d
4 changed files with 64 additions and 112 deletions

View File

@@ -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>
@@ -204,13 +203,6 @@ templ ClusterCollections(data dash.ClusterCollectionsData) {
{formatBytes(collection.TotalSize)}
</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 {