Merge branch 'logging-provision' of https://github.com/fosrl/pangolin into logging-provision

This commit is contained in:
miloschwartz
2026-03-24 17:01:36 -07:00
31 changed files with 2245 additions and 48 deletions

View File

@@ -4,6 +4,7 @@ import { build } from "@server/build";
import {
Boxes,
Building2,
Cable,
ChartLine,
Combine,
CreditCard,
@@ -190,6 +191,11 @@ export const orgNavSections = (
title: "sidebarLogsAction",
href: "/{orgId}/settings/logs/action",
icon: <Logs className="size-4 flex-none" />
},
{
title: "sidebarLogsConnection",
href: "/{orgId}/settings/logs/connection",
icon: <Cable className="size-4 flex-none" />
}
]
: [])