remove hardcoded recorders badge
This commit is contained in:
parent
1abf22623d
commit
0aa0922fd3
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const NAV_TREE = [
|
|||
id: "ingest", label: "Ingest", icon: "upload", group: true,
|
||||
children: [
|
||||
{ id: "upload", label: "Upload", icon: "upload" },
|
||||
{ id: "recorders", label: "Recorders", icon: "record", badge: { kind: "live", text: "4" } },
|
||||
{ id: "recorders", label: "Recorders", icon: "record" },
|
||||
{ id: "capture", label: "Capture", icon: "capture" },
|
||||
{ id: "monitors", label: "Monitors", icon: "monitor" },
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue