mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
Undo
This commit is contained in:
parent
d4a56f9352
commit
02264de5ad
@ -60,8 +60,7 @@ function System() {
|
|||||||
<div className="h-full flex items-center">
|
<div className="h-full flex items-center">
|
||||||
{lastUpdated && (
|
{lastUpdated && (
|
||||||
<div className="h-full text-muted-foreground text-sm content-center">
|
<div className="h-full text-muted-foreground text-sm content-center">
|
||||||
{isDesktop && "Last refreshed: "}
|
Last refreshed: <TimeAgo time={lastUpdated * 1000} dense />
|
||||||
<TimeAgo time={lastUpdated * 1000} dense />
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user