API and rule screen working

This commit is contained in:
Owen
2025-02-08 17:38:30 -05:00
parent 8f96d0795c
commit 4a6da91faf
6 changed files with 490 additions and 9 deletions

View File

@@ -99,6 +99,11 @@ export default async function ResourceLayout(props: ResourceLayoutProps) {
href: `/{orgId}/settings/resources/{resourceId}/authentication`
// icon: <Shield className="w-4 h-4" />,
});
sidebarNavItems.push({
title: "Rules",
href: `/{orgId}/settings/resources/{resourceId}/rules`
// icon: <Shield className="w-4 h-4" />,
});
}
return (