frigate/web/public/locales/en/config/camera_ui.json

13 lines
432 B
JSON
Raw Normal View History

2026-01-25 19:34:09 +03:00
{
2026-01-28 02:10:29 +03:00
"label": "Camera UI",
2026-01-25 19:34:09 +03:00
"description": "Display ordering and dashboard visibility for this camera in the UI.",
"order": {
"label": "Order of camera in UI",
"description": "Numeric order used to sort the camera in the UI; larger numbers appear later."
},
"dashboard": {
"label": "Show this camera in Frigate dashboard UI",
"description": "Toggle whether this camera is visible in the main dashboard."
}
}