mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
Make whole button clickable
This commit is contained in:
parent
8c9045f662
commit
add9f8e471
@ -1479,17 +1479,17 @@ function FrigateCameraFeatures({
|
|||||||
})}
|
})}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col gap-1">
|
<div
|
||||||
|
className="flex cursor-pointer flex-col gap-1"
|
||||||
|
onClick={() =>
|
||||||
|
navigate(`/settings?page=debug&camera=${camera.name}`)
|
||||||
|
}
|
||||||
|
>
|
||||||
<div className="flex items-center justify-between text-sm font-medium leading-none">
|
<div className="flex items-center justify-between text-sm font-medium leading-none">
|
||||||
{t("streaming.debugView", {
|
{t("streaming.debugView", {
|
||||||
ns: "components/dialog",
|
ns: "components/dialog",
|
||||||
})}
|
})}
|
||||||
<LuExternalLink
|
<LuExternalLink className="ml-2 inline-flex size-5" />
|
||||||
onClick={() =>
|
|
||||||
navigate(`/settings?page=debug&camera=${camera.name}`)
|
|
||||||
}
|
|
||||||
className="ml-2 inline-flex size-5 cursor-pointer"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user