use same time format in volume volume UI and filter UI (#6395)

use same time format in volume server UI with filter UI
This commit is contained in:
Trim21
2024-12-26 19:23:29 -08:00
committed by GitHub
parent ab1984a852
commit 0594006c81
+1 -1
View File
@@ -185,7 +185,7 @@
<td>{{ .Collection }}</td>
<td>{{ bytesToHumanReadable .ShardSize }}</td>
<td>{{ .ShardIdList }}</td>
<td>{{ .CreatedAt.Format "02 Jan 06 15:04 -0700" }}</td>
<td>{{ .CreatedAt.Format "2006-01-02 15:04" }}</td>
</tr>
{{ end }}
</tbody>