mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix new lines for instructions (#4371)
* Fix new lines for instructions * Use correct formatting for list * Fix formatting
This commit is contained in:
parent
42bc372d6e
commit
e718d09c79
@ -202,12 +202,14 @@ ${Object.keys(objectMaskPoints)
|
||||
|
||||
<Card
|
||||
content={
|
||||
<p>
|
||||
This tool can help you create masks & zones for your {camera} camera.
|
||||
• Click to add a point.
|
||||
• Click and hold on an existing point to move it.
|
||||
• Right-Click on an existing point to delete it.
|
||||
</p>
|
||||
<div>
|
||||
<p>This tool can help you create masks & zones for your {camera} camera.</p>
|
||||
<ul>
|
||||
<li>Click to add a point.</li>
|
||||
<li>Click and hold on an existing point to move it.</li>
|
||||
<li>Right-Click on an existing point to delete it.</li>
|
||||
</ul>
|
||||
</div>
|
||||
}
|
||||
header="Instructions"
|
||||
/>
|
||||
@ -215,7 +217,7 @@ ${Object.keys(objectMaskPoints)
|
||||
<Card
|
||||
content={
|
||||
<p>
|
||||
When done, copy each mask configuration into your <code className="font-mono">config.yml</code> file
|
||||
When done, copy each mask configuration into your <code className="font-mono">config.yml</code> file
|
||||
restart your Frigate instance to save your changes.
|
||||
</p>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user