mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-21 03:32:33 +02:00
Implement cli commands to configure ai clients
This commit is contained in:
@@ -113,7 +113,12 @@ export default async function ResourceKeysPage(props: ResourceKeysPageProps) {
|
||||
launcherMode
|
||||
showViewAsAdmin={isAdminOrOwner}
|
||||
>
|
||||
<UserVirtualApiKeys orgId={orgId} initialData={keysData} />
|
||||
<UserVirtualApiKeys
|
||||
orgId={orgId}
|
||||
initialData={keysData}
|
||||
resourceNiceId={keysData.resourceNiceId ?? undefined}
|
||||
endpoint={keysData.resourceAccessUrl ?? undefined}
|
||||
/>
|
||||
</Layout>
|
||||
</UserProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user