ui for provisioning key

This commit is contained in:
miloschwartz
2026-03-24 17:01:20 -07:00
parent 7db58f920c
commit d21dfb750e
6 changed files with 497 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import { SidebarNavItem } from "@app/components/SidebarNav";
import { Env } from "@app/lib/types/env";
import { build } from "@server/build";
import {
Boxes,
Building2,
ChartLine,
Combine,
@@ -203,6 +204,11 @@ export const orgNavSections = (
href: "/{orgId}/settings/api-keys",
icon: <KeyRound className="size-4 flex-none" />
},
{
title: "sidebarProvisioning",
href: "/{orgId}/settings/provisioning",
icon: <Boxes className="size-4 flex-none" />
},
{
title: "sidebarBluePrints",
href: "/{orgId}/settings/blueprints",