mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 15:15:22 +03:00
simplify message
This commit is contained in:
parent
6b6a3c5119
commit
9a037eea0d
@ -299,15 +299,15 @@ export default function LivePlayer({
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{!offline && !showStillWithoutActivity && (
|
{offline && !showStillWithoutActivity && (
|
||||||
<div className="absolute inset-0 left-1/2 top-1/2 flex h-96 w-96 -translate-x-1/2 -translate-y-1/2">
|
<div className="absolute inset-0 left-1/2 top-1/2 flex h-96 w-96 -translate-x-1/2 -translate-y-1/2">
|
||||||
<div className="flex flex-col items-center justify-center rounded-lg bg-background/50 p-5">
|
<div className="flex flex-col items-center justify-center rounded-lg bg-background/50 p-5">
|
||||||
<p className="my-5 text-lg">Stream offline</p>
|
<p className="my-5 text-lg">Stream offline</p>
|
||||||
<TbExclamationCircle className="mb-3 size-10" />
|
<TbExclamationCircle className="mb-3 size-10" />
|
||||||
<p className="max-w-96 text-center">
|
<p className="max-w-96 text-center">
|
||||||
No frames have been received for the stream on{" "}
|
No frames have been received on the{" "}
|
||||||
{capitalizeFirstLetter(cameraConfig.name)} defined with the{" "}
|
{capitalizeFirstLetter(cameraConfig.name)} <code>detect</code>{" "}
|
||||||
<code>detect</code> role, check error logs
|
stream, check error logs
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user