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.
This commit is contained in:
ryan-crabbe-berri 2026-06-22 18:07:35 -07:00 committed by GitHub
parent 3615049071
commit ee5b2a367d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -327,7 +327,7 @@ export const createColumns = (sortProps?: LogsSortProps): ColumnDef<LogEntry>[]
},
},
{
header: "Key Name",
header: "Key Alias",
accessorKey: "metadata.user_api_key_alias",
cell: (info: any) => (
<Tooltip title={String(info.getValue() || "-")}>