remove ttl for collections

This commit is contained in:
chrislu
2025-07-01 21:11:31 -07:00
parent 2f9321086f
commit d4f4c04361
4 changed files with 70 additions and 90 deletions

View File

@@ -164,7 +164,6 @@ templ ClusterCollections(data dash.ClusterCollectionsData) {
<tr>
<th>Collection Name</th>
<th>Data Center</th>
<th>Replication</th>
<th>Volumes</th>
<th>Files</th>
<th>Size</th>
@@ -182,9 +181,6 @@ templ ClusterCollections(data dash.ClusterCollectionsData) {
<td>
<span class="badge bg-light text-dark">{collection.DataCenter}</span>
</td>
<td>
<span class="badge bg-info">{collection.Replication}</span>
</td>
<td>
<div class="d-flex align-items-center">
<i class="fas fa-database me-2 text-muted"></i>