mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-14 16:01:13 +03:00
fix: format
This commit is contained in:
parent
4b15e68b74
commit
423d4719bf
@ -26,8 +26,8 @@ const birdseye: SectionConfigOverrides = {
|
||||
mode: {
|
||||
"ui:size": "xs",
|
||||
"ui:options": {
|
||||
enumI18nPrefix: "birdseye.trackingMode"
|
||||
}
|
||||
enumI18nPrefix: "birdseye.trackingMode",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@ -130,11 +130,11 @@ const review: SectionConfigOverrides = {
|
||||
size: "full",
|
||||
},
|
||||
},
|
||||
"image_source": {
|
||||
image_source: {
|
||||
"ui:options": {
|
||||
enumI18nPrefix: "review.imageSource",
|
||||
},
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@ -37,9 +37,9 @@ const snapshots: SectionConfigOverrides = {
|
||||
},
|
||||
"retain.mode": {
|
||||
"ui:options": {
|
||||
enumI18nPrefix: "snapshot.retainMode"
|
||||
}
|
||||
}
|
||||
enumI18nPrefix: "snapshot.retainMode",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
global: {
|
||||
|
||||
@ -23,16 +23,16 @@ const ui: SectionConfigOverrides = {
|
||||
timezone: {
|
||||
"ui:widget": "timezoneSelect",
|
||||
},
|
||||
"time_format": {
|
||||
time_format: {
|
||||
"ui:options": { enumI18nPrefix: "ui.timeFormat" },
|
||||
},
|
||||
"date_style": {
|
||||
date_style: {
|
||||
"ui:options": { enumI18nPrefix: "ui.TimeOrDateStyle" },
|
||||
},
|
||||
"time_style": {
|
||||
time_style: {
|
||||
"ui:options": { enumI18nPrefix: "ui.TimeOrDateStyle" },
|
||||
},
|
||||
"unit_system": {
|
||||
unit_system: {
|
||||
"ui:options": { enumI18nPrefix: "ui.unitSystem" },
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user