mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 15:15:22 +03:00
add dialog description to avoid console messages
This commit is contained in:
parent
1a066ef72b
commit
09dc50e6ba
@ -1,6 +1,7 @@
|
||||
import {
|
||||
Dialog,
|
||||
DialogContent,
|
||||
DialogDescription,
|
||||
DialogFooter,
|
||||
DialogHeader,
|
||||
DialogTitle,
|
||||
@ -74,6 +75,9 @@ export default function CameraInfoDialog({
|
||||
{camera.name.replaceAll("_", " ")} Camera Probe Info
|
||||
</DialogTitle>
|
||||
</DialogHeader>
|
||||
<DialogDescription>
|
||||
Stream data is obtained with <code>ffprobe</code>.
|
||||
</DialogDescription>
|
||||
|
||||
<div className="mb-2 p-4">
|
||||
{ffprobeInfo ? (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user