mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 09:15:22 +03:00
Update naming to UI
This commit is contained in:
parent
d501ef84df
commit
fb43cf2620
@ -433,7 +433,7 @@ cameras:
|
||||
required_zones: []
|
||||
|
||||
# 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)
|
||||
# By default the cameras are sorted alphabetically.
|
||||
order: 0
|
||||
|
||||
@ -20,7 +20,7 @@ export const handlers = [
|
||||
detect: { width: 1280, height: 720 },
|
||||
snapshots: {},
|
||||
live: { height: 720 },
|
||||
gui: { show: true, order: 0 },
|
||||
ui: { show: true, order: 0 },
|
||||
},
|
||||
side: {
|
||||
name: 'side',
|
||||
@ -29,7 +29,7 @@ export const handlers = [
|
||||
detect: { width: 1280, height: 720 },
|
||||
snapshots: {},
|
||||
live: { height: 720 },
|
||||
gui: { show: true, order: 1 },
|
||||
ui: { show: true, order: 1 },
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user