visual tweaks

This commit is contained in:
miloschwartz
2026-08-14 13:45:52 -04:00
parent d7bff686c0
commit 173d4a536f
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1690,7 +1690,7 @@
"virtualApiKeysName": "Name",
"virtualApiKeysDescriptionOptional": "Description (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",
"virtualApiKeysAllResourcesDescription": "Allow this key to access every public AI gateway in the organization",
"virtualApiKeysSelectResources": "Public AI Gateways",
+3 -1
View File
@@ -20,6 +20,8 @@ import {
LayoutGrid,
Link as LinkIcon,
Logs,
MessageSquare,
MessagesSquare,
MonitorUp,
Plug,
ReceiptText,
@@ -233,7 +235,7 @@ export const orgNavSections = (
{
title: "sidebarLogsAi",
href: "/{orgId}/settings/logs/ai",
icon: <Bot className="size-4 flex-none" />
icon: <MessagesSquare className="size-4 flex-none" />
},
{
title: "sidebarLogsAiUsage",