feat(webui): dedicated CAMERAS tab group with live MJPEG viewer (Issue #349) #352
@ -112,7 +112,13 @@ const TAB_GROUPS = [
|
||||
{ id: 'map', label: 'Map', },
|
||||
{ id: 'control', label: 'Control', },
|
||||
{ id: 'health', label: 'Health', },
|
||||
{ id: 'cameras', label: 'Cameras', },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'CAMERAS',
|
||||
color: 'text-rose-600',
|
||||
tabs: [
|
||||
{ id: 'cameras', label: 'Cameras' },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user