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-27 11:23:29 +08:00 committed by GitHub
parent ab1984a852
commit 0594006c81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,7 +185,7 @@
<td>{{ .Collection }}</td> <td>{{ .Collection }}</td>
<td>{{ bytesToHumanReadable .ShardSize }}</td> <td>{{ bytesToHumanReadable .ShardSize }}</td>
<td>{{ .ShardIdList }}</td> <td>{{ .ShardIdList }}</td>
<td>{{ .CreatedAt.Format "02 Jan 06 15:04 -0700" }}</td> <td>{{ .CreatedAt.Format "2006-01-02 15:04" }}</td>
</tr> </tr>
{{ end }} {{ end }}
</tbody> </tbody>