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={
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
}
|
||||
@ -233,7 +233,7 @@ ${Object.keys(objectMaskPoints)
|
||||
<div className="flex-col space-y-4">
|
||||
<MaskValues
|
||||
editing={editing}
|
||||
title='Motion masks'
|
||||
title="Motion masks"
|
||||
onCopy={handleCopyMotionMasks}
|
||||
onCreate={handleAddMask}
|
||||
onEdit={handleEditMask}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user