mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
Flex wrap cameras labels
This commit is contained in:
parent
0237d79520
commit
b6e9bf697d
@ -116,7 +116,7 @@ export function CameraLineGraph({
|
|||||||
return (
|
return (
|
||||||
<div className="flex w-full flex-col">
|
<div className="flex w-full flex-col">
|
||||||
{lastValues && (
|
{lastValues && (
|
||||||
<div className="flex items-center gap-2.5">
|
<div className="flex flex-wrap items-center gap-2.5">
|
||||||
{dataLabels.map((label, labelIdx) => (
|
{dataLabels.map((label, labelIdx) => (
|
||||||
<div key={label} className="flex items-center gap-1">
|
<div key={label} className="flex items-center gap-1">
|
||||||
<MdCircle
|
<MdCircle
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user