mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 12:45:25 +03:00
safelist significant_motion
This commit is contained in:
parent
674f76f2f5
commit
b399b13559
@ -253,7 +253,7 @@ export function MotionSegment({
|
|||||||
|
|
||||||
{!motionOnly &&
|
{!motionOnly &&
|
||||||
severity.map((severityValue: number, index: number) => {
|
severity.map((severityValue: number, index: number) => {
|
||||||
if (severityValue > 1) {
|
if (severityValue > 0) {
|
||||||
return (
|
return (
|
||||||
<React.Fragment key={index}>
|
<React.Fragment key={index}>
|
||||||
<div className="absolute right-0 h-2 z-10">
|
<div className="absolute right-0 h-2 z-10">
|
||||||
|
|||||||
@ -9,7 +9,7 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
safelist: [
|
safelist: [
|
||||||
{
|
{
|
||||||
pattern: /(outline|shadow)-severity_(alert|detection|motion)/,
|
pattern: /(outline|shadow)-severity_(alert|detection|significant_motion)/,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
theme: {
|
theme: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user