mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-01 21:04:52 +03:00
add frigate+ description to settings pane
This commit is contained in:
parent
9db2bdc727
commit
3b5f84c601
@ -986,6 +986,7 @@
|
|||||||
},
|
},
|
||||||
"frigatePlus": {
|
"frigatePlus": {
|
||||||
"title": "Frigate+ Settings",
|
"title": "Frigate+ Settings",
|
||||||
|
"description": "Frigate+ is a subscription service that provides access to additional features and capabilities for your Frigate instance, including the ability to use custom object detection models trained on your own data. You can manage your Frigate+ model settings here.",
|
||||||
"cardTitles": {
|
"cardTitles": {
|
||||||
"api": "API",
|
"api": "API",
|
||||||
"currentModel": "Current Model",
|
"currentModel": "Current Model",
|
||||||
|
|||||||
@ -216,9 +216,15 @@ export default function FrigatePlusSettingsView({
|
|||||||
<div className="mt-2 flex h-full w-full flex-col">
|
<div className="mt-2 flex h-full w-full flex-col">
|
||||||
<div className="scrollbar-container flex-1 overflow-y-auto">
|
<div className="scrollbar-container flex-1 overflow-y-auto">
|
||||||
<div className="w-full max-w-5xl space-y-6">
|
<div className="w-full max-w-5xl space-y-6">
|
||||||
<Heading as="h4" className="mb-2">
|
<div className="flex flex-col gap-0">
|
||||||
{t("frigatePlus.title")}
|
<Heading as="h4" className="mb-2">
|
||||||
</Heading>
|
{t("frigatePlus.title")}
|
||||||
|
</Heading>
|
||||||
|
|
||||||
|
<p className="text-sm text-muted-foreground">
|
||||||
|
{t("frigatePlus.description")}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<SettingsGroupCard title={t("frigatePlus.cardTitles.api")}>
|
<SettingsGroupCard title={t("frigatePlus.cardTitles.api")}>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user