From 9edd7680643902e7f36f26fd8d8ba9fe6c484b53 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 13 Mar 2025 20:05:59 -0700 Subject: [PATCH] Key ID --- ui/litellm-dashboard/src/components/top_key_view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/top_key_view.tsx b/ui/litellm-dashboard/src/components/top_key_view.tsx index a66afcdec5c..d687e499d36 100644 --- a/ui/litellm-dashboard/src/components/top_key_view.tsx +++ b/ui/litellm-dashboard/src/components/top_key_view.tsx @@ -69,7 +69,7 @@ const TopKeyView: React.FC = ({ // Define columns for the table view const columns = [ { - header: "Key", + header: "Key ID", accessorKey: "api_key", cell: (info: any) => (