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