mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-08 13:01:13 +03:00
add description to camera management pane
This commit is contained in:
parent
0de4922d72
commit
3c3e721a81
@ -446,6 +446,7 @@
|
|||||||
},
|
},
|
||||||
"cameraManagement": {
|
"cameraManagement": {
|
||||||
"title": "Manage Cameras",
|
"title": "Manage Cameras",
|
||||||
|
"description": "Add, edit, and delete cameras, control which cameras are enabled, and configure per-profile and camera type overrides. To configure streams, detection, motion, and other camera-specific settings, choose the specific section under Camera Configuration.",
|
||||||
"addCamera": "Add New Camera",
|
"addCamera": "Add New Camera",
|
||||||
"deleteCamera": "Delete Camera",
|
"deleteCamera": "Delete Camera",
|
||||||
"deleteCameraDialog": {
|
"deleteCameraDialog": {
|
||||||
@ -1744,4 +1745,4 @@
|
|||||||
"jinav2SmallModelSize": "The 'small' size with the Jina V2 model has high RAM and inference cost. The 'large' model with a discrete GPU is recommended."
|
"jinav2SmallModelSize": "The 'small' size with the Jina V2 model has high RAM and inference cost. The 'large' model with a discrete GPU is recommended."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -122,9 +122,12 @@ export default function CameraManagementView({
|
|||||||
<div className="scrollbar-container flex-1 overflow-y-auto pb-2">
|
<div className="scrollbar-container flex-1 overflow-y-auto pb-2">
|
||||||
{viewMode === "settings" ? (
|
{viewMode === "settings" ? (
|
||||||
<>
|
<>
|
||||||
<Heading as="h4" className="mb-6">
|
<Heading as="h4" className="mb-2">
|
||||||
{t("cameraManagement.title")}
|
{t("cameraManagement.title")}
|
||||||
</Heading>
|
</Heading>
|
||||||
|
<p className="mb-6 max-w-5xl text-sm text-muted-foreground">
|
||||||
|
{t("cameraManagement.description")}
|
||||||
|
</p>
|
||||||
|
|
||||||
<div className="w-full max-w-5xl space-y-6">
|
<div className="w-full max-w-5xl space-y-6">
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user