mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
Tweaks
This commit is contained in:
parent
5544b9386e
commit
59d240aa69
@ -161,7 +161,8 @@ export default function SearchResultActions({
|
|||||||
<AlertDialogDescription>
|
<AlertDialogDescription>
|
||||||
Deleting this tracked object removes the snapshot, any saved
|
Deleting this tracked object removes the snapshot, any saved
|
||||||
embeddings, and any associated object lifecycle entries. Recorded
|
embeddings, and any associated object lifecycle entries. Recorded
|
||||||
footage in History view is <em>NOT</em> deleted.
|
footage of this tracked object in History view will <em>NOT</em> be
|
||||||
|
deleted.
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
Are you sure you want to proceed?
|
Are you sure you want to proceed?
|
||||||
|
|||||||
@ -427,6 +427,7 @@ export default function ObjectLifecycle({
|
|||||||
</div>
|
</div>
|
||||||
<div className="text-sm text-primary-variant">
|
<div className="text-sm text-primary-variant">
|
||||||
{formatUnixTimestampToDateTime(item.timestamp, {
|
{formatUnixTimestampToDateTime(item.timestamp, {
|
||||||
|
timezone: config.ui.timezone,
|
||||||
strftime_fmt:
|
strftime_fmt:
|
||||||
config.ui.time_format == "24hour"
|
config.ui.time_format == "24hour"
|
||||||
? "%d %b %H:%M:%S"
|
? "%d %b %H:%M:%S"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user