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
@ -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