mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 16:53:14 +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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user