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