mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-13 00:26:42 +03:00
add camera name to top
This commit is contained in:
parent
c2183bd850
commit
e9459c5e29
@ -343,10 +343,20 @@ export default function CameraWizardDialog({
|
|||||||
/>
|
/>
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>{t("cameraWizard.title")}</DialogTitle>
|
<DialogTitle>{t("cameraWizard.title")}</DialogTitle>
|
||||||
<DialogDescription>{t("cameraWizard.description")}</DialogDescription>
|
{currentStep === 0 && (
|
||||||
|
<DialogDescription>
|
||||||
|
{t("cameraWizard.description")}
|
||||||
|
</DialogDescription>
|
||||||
|
)}
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
|
|
||||||
<div className="py-4">
|
{currentStep > 0 && state.wizardData.cameraName && (
|
||||||
|
<div className="text-primary-variant">
|
||||||
|
{state.wizardData.cameraName}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
<div className="pb-4">
|
||||||
<div className="size-full">
|
<div className="size-full">
|
||||||
{currentStep === 0 && (
|
{currentStep === 0 && (
|
||||||
<Step1NameCamera
|
<Step1NameCamera
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user