mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Use correct formatting for list
This commit is contained in:
parent
f41a9fd363
commit
d18ab90b88
@ -202,12 +202,12 @@ ${Object.keys(objectMaskPoints)
|
|||||||
|
|
||||||
<Card
|
<Card
|
||||||
content={
|
content={
|
||||||
<p>
|
<p>This tool can help you create masks & zones for your {camera} camera.</p>
|
||||||
This tool can help you create masks & zones for your {camera} camera.<br />
|
<ul>
|
||||||
• Click to add a point.<br />
|
<li>Click to add a point.</li>
|
||||||
• Click and hold on an existing point to move it.<br />
|
<li>Click and hold on an existing point to move it.</li>
|
||||||
• Right-Click on an existing point to delete it.<br />
|
<li>Right-Click on an existing point to delete it.</li>
|
||||||
</p>
|
</ul>
|
||||||
}
|
}
|
||||||
header="Instructions"
|
header="Instructions"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user