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 {
|
import {
|
||||||
Dialog,
|
Dialog,
|
||||||
DialogContent,
|
DialogContent,
|
||||||
|
DialogDescription,
|
||||||
DialogFooter,
|
DialogFooter,
|
||||||
DialogHeader,
|
DialogHeader,
|
||||||
DialogTitle,
|
DialogTitle,
|
||||||
@ -74,6 +75,9 @@ export default function CameraInfoDialog({
|
|||||||
{camera.name.replaceAll("_", " ")} Camera Probe Info
|
{camera.name.replaceAll("_", " ")} Camera Probe Info
|
||||||
</DialogTitle>
|
</DialogTitle>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
|
<DialogDescription>
|
||||||
|
Stream data is obtained with <code>ffprobe</code>.
|
||||||
|
</DialogDescription>
|
||||||
|
|
||||||
<div className="mb-2 p-4">
|
<div className="mb-2 p-4">
|
||||||
{ffprobeInfo ? (
|
{ffprobeInfo ? (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user