From ee5b2a367d0bfa8b22a7d4630c9cf7684be88474 Mon Sep 17 00:00:00 2001 From: ryan-crabbe-berri Date: Mon, 22 Jun 2026 18:07:35 -0700 Subject: [PATCH] fix(ui): label request logs column "Key Alias" to match filter (#31037) The request logs table column displayed "Key Name" while its accessor (metadata.user_api_key_alias) and the corresponding filter both use the "Key Alias" label; this aligns the column header with that naming. --- ui/litellm-dashboard/src/components/view_logs/columns.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/view_logs/columns.tsx b/ui/litellm-dashboard/src/components/view_logs/columns.tsx index 5a253dd1122..1265b8449de 100644 --- a/ui/litellm-dashboard/src/components/view_logs/columns.tsx +++ b/ui/litellm-dashboard/src/components/view_logs/columns.tsx @@ -327,7 +327,7 @@ export const createColumns = (sortProps?: LogsSortProps): ColumnDef[] }, }, { - header: "Key Name", + header: "Key Alias", accessorKey: "metadata.user_api_key_alias", cell: (info: any) => (