mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-15 00:39:43 +02:00
visual tweaks
This commit is contained in:
+1
-1
@@ -1690,7 +1690,7 @@
|
|||||||
"virtualApiKeysName": "Name",
|
"virtualApiKeysName": "Name",
|
||||||
"virtualApiKeysDescriptionOptional": "Description (optional)",
|
"virtualApiKeysDescriptionOptional": "Description (optional)",
|
||||||
"virtualApiKeysAssociateUserOptional": "Associate User (optional)",
|
"virtualApiKeysAssociateUserOptional": "Associate User (optional)",
|
||||||
"virtualApiKeysAssociateUserDescription": "Associate this key with a user to track usage.",
|
"virtualApiKeysAssociateUserDescription": "Associate this key with a user to track usage. Once created, this key immediately grants access to the selected public AI gateways. You do not need to associate a user to manually to the resource. The key will also show up in the user's profile.",
|
||||||
"virtualApiKeysAllResources": "All public AI gateways",
|
"virtualApiKeysAllResources": "All public AI gateways",
|
||||||
"virtualApiKeysAllResourcesDescription": "Allow this key to access every public AI gateway in the organization",
|
"virtualApiKeysAllResourcesDescription": "Allow this key to access every public AI gateway in the organization",
|
||||||
"virtualApiKeysSelectResources": "Public AI Gateways",
|
"virtualApiKeysSelectResources": "Public AI Gateways",
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ import {
|
|||||||
LayoutGrid,
|
LayoutGrid,
|
||||||
Link as LinkIcon,
|
Link as LinkIcon,
|
||||||
Logs,
|
Logs,
|
||||||
|
MessageSquare,
|
||||||
|
MessagesSquare,
|
||||||
MonitorUp,
|
MonitorUp,
|
||||||
Plug,
|
Plug,
|
||||||
ReceiptText,
|
ReceiptText,
|
||||||
@@ -233,7 +235,7 @@ export const orgNavSections = (
|
|||||||
{
|
{
|
||||||
title: "sidebarLogsAi",
|
title: "sidebarLogsAi",
|
||||||
href: "/{orgId}/settings/logs/ai",
|
href: "/{orgId}/settings/logs/ai",
|
||||||
icon: <Bot className="size-4 flex-none" />
|
icon: <MessagesSquare className="size-4 flex-none" />
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "sidebarLogsAiUsage",
|
title: "sidebarLogsAiUsage",
|
||||||
|
|||||||
Reference in New Issue
Block a user