Merge branch 'dev' into alerting-rules

This commit is contained in:
Owen
2026-04-14 21:10:10 -07:00
169 changed files with 13284 additions and 3828 deletions

View File

@@ -24,6 +24,7 @@ import {
Settings,
SquareMousePointer,
TicketCheck,
Unplug,
User,
UserCog,
Users,
@@ -197,6 +198,11 @@ export const orgNavSections = (
title: "sidebarLogsConnection",
href: "/{orgId}/settings/logs/connection",
icon: <Cable className="size-4 flex-none" />
},
{
title: "sidebarLogsStreaming",
href: "/{orgId}/settings/logs/streaming",
icon: <Unplug className="size-4 flex-none" />
}
]
: [])