mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-08 13:51:01 +02:00
Cleanup mobile object pane buttons
This commit is contained in:
parent
07481bebde
commit
ef53daf290
@ -717,7 +717,9 @@ function ObjectDetailsTab({
|
|||||||
draggable={false}
|
draggable={false}
|
||||||
src={`${apiHost}api/events/${search.id}/thumbnail.webp`}
|
src={`${apiHost}api/events/${search.id}/thumbnail.webp`}
|
||||||
/>
|
/>
|
||||||
<div className="flex w-full flex-row gap-2">
|
<div
|
||||||
|
className={cn("flex w-full flex-row gap-2", isMobile && "flex-col")}
|
||||||
|
>
|
||||||
{config?.semantic_search.enabled &&
|
{config?.semantic_search.enabled &&
|
||||||
search.data.type == "object" && (
|
search.data.type == "object" && (
|
||||||
<Button
|
<Button
|
||||||
|
Loading…
Reference in New Issue
Block a user