mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Update naming to UI
This commit is contained in:
parent
d501ef84df
commit
fb43cf2620
@ -433,7 +433,7 @@ cameras:
|
|||||||
required_zones: []
|
required_zones: []
|
||||||
|
|
||||||
# Optional: Configuration for how camera is handled in the GUI.
|
# Optional: Configuration for how camera is handled in the GUI.
|
||||||
gui:
|
ui:
|
||||||
# Optional: Adjust sort order of cameras in the GUI. Larger numbers come later (default: shown below)
|
# Optional: Adjust sort order of cameras in the GUI. Larger numbers come later (default: shown below)
|
||||||
# By default the cameras are sorted alphabetically.
|
# By default the cameras are sorted alphabetically.
|
||||||
order: 0
|
order: 0
|
||||||
|
|||||||
@ -20,7 +20,7 @@ export const handlers = [
|
|||||||
detect: { width: 1280, height: 720 },
|
detect: { width: 1280, height: 720 },
|
||||||
snapshots: {},
|
snapshots: {},
|
||||||
live: { height: 720 },
|
live: { height: 720 },
|
||||||
gui: { show: true, order: 0 },
|
ui: { show: true, order: 0 },
|
||||||
},
|
},
|
||||||
side: {
|
side: {
|
||||||
name: 'side',
|
name: 'side',
|
||||||
@ -29,7 +29,7 @@ export const handlers = [
|
|||||||
detect: { width: 1280, height: 720 },
|
detect: { width: 1280, height: 720 },
|
||||||
snapshots: {},
|
snapshots: {},
|
||||||
live: { height: 720 },
|
live: { height: 720 },
|
||||||
gui: { show: true, order: 1 },
|
ui: { show: true, order: 1 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user