remove ttl from collections
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user