mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
add time to latest recording in storage metrics
This commit is contained in:
parent
644faaf65b
commit
94086db66e
@ -117,7 +117,9 @@ export default function StorageMetrics({
|
||||
{formatUnixTimestampToDateTime(earliestDate, {
|
||||
timezone: timezone,
|
||||
strftime_fmt:
|
||||
config.ui.time_format == "24hour" ? "%d %b %Y" : "%B %d, %Y",
|
||||
config.ui.time_format === "24hour"
|
||||
? "%d %b %Y, %H:%M"
|
||||
: "%B %d, %Y, %I:%M %p",
|
||||
})}
|
||||
</div>
|
||||
)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user