mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-06-28 14:22:34 +08:00
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:
parent
ab1984a852
commit
0594006c81
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user