Browse Source
use same time format in volume volume UI and filter UI (#6395)
use same time format in volume server UI with filter UI
pull/3961/merge
Trim21
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
weed/server/volume_server_ui/volume.html
|
|
@ -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> |
|
|
|