mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 09:15:22 +03:00
chore: revert spaces
This commit is contained in:
parent
eaeda18453
commit
148dbbbf5a
@ -133,7 +133,7 @@ ${motionMaskPoints.map((mask, i) => ` - ${polylinePointsToPolyline(mask)}`)
|
|||||||
${Object.keys(zonePoints)
|
${Object.keys(zonePoints)
|
||||||
.map(
|
.map(
|
||||||
(zoneName) => ` ${zoneName}:
|
(zoneName) => ` ${zoneName}:
|
||||||
coordinates: ${polylinePointsToPolyline(zonePoints[zoneName])}`
|
coordinates: ${polylinePointsToPolyline(zonePoints[zoneName])}`
|
||||||
)
|
)
|
||||||
.join('\n')}`);
|
.join('\n')}`);
|
||||||
}, [zonePoints]);
|
}, [zonePoints]);
|
||||||
@ -170,7 +170,7 @@ ${Object.keys(objectMaskPoints)
|
|||||||
.map((objectName) =>
|
.map((objectName) =>
|
||||||
objectMaskPoints[objectName].length
|
objectMaskPoints[objectName].length
|
||||||
? ` ${objectName}:
|
? ` ${objectName}:
|
||||||
mask: ${polylinePointsToPolyline(objectMaskPoints[objectName])}`
|
mask: ${polylinePointsToPolyline(objectMaskPoints[objectName])}`
|
||||||
: ''
|
: ''
|
||||||
)
|
)
|
||||||
.filter(Boolean)
|
.filter(Boolean)
|
||||||
@ -206,7 +206,7 @@ ${Object.keys(objectMaskPoints)
|
|||||||
content={
|
content={
|
||||||
<p>
|
<p>
|
||||||
This tool can help you create masks & zones for your {camera} camera. When done, copy each mask
|
This tool can help you create masks & zones for your {camera} camera. When done, copy each mask
|
||||||
configuration into your <code className='font-mono'>config.yml</code> file restart your Frigate instance to
|
configuration into your <code className="font-mono">config.yml</code> file restart your Frigate instance to
|
||||||
save your changes.
|
save your changes.
|
||||||
</p>
|
</p>
|
||||||
}
|
}
|
||||||
@ -233,7 +233,7 @@ ${Object.keys(objectMaskPoints)
|
|||||||
<div className="flex-col space-y-4">
|
<div className="flex-col space-y-4">
|
||||||
<MaskValues
|
<MaskValues
|
||||||
editing={editing}
|
editing={editing}
|
||||||
title='Motion masks'
|
title="Motion masks"
|
||||||
onCopy={handleCopyMotionMasks}
|
onCopy={handleCopyMotionMasks}
|
||||||
onCreate={handleAddMask}
|
onCreate={handleAddMask}
|
||||||
onEdit={handleEditMask}
|
onEdit={handleEditMask}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user