mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
duration in parenthesis
This commit is contained in:
parent
bb0b68f5cc
commit
36ee06c321
@ -514,8 +514,7 @@ export default function Events({ path, ...props }) {
|
||||
<TimeAgo time={event.start_time * 1000} dense />
|
||||
</div>
|
||||
<div className="hidden md:inline">
|
||||
<span className="m-1">-</span>
|
||||
{getDurationFromTimestamps(event.start_time, event.end_time)}
|
||||
<span className="m-1" />( {getDurationFromTimestamps(event.start_time, event.end_time)} )
|
||||
</div>
|
||||
</div>
|
||||
<div className="capitalize text-sm flex align-center mt-1">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user