mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Key ID
This commit is contained in:
parent
636083b886
commit
9edd768064
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ const TopKeyView: React.FC<TopKeyViewProps> = ({
|
|||
// Define columns for the table view
|
||||
const columns = [
|
||||
{
|
||||
header: "Key",
|
||||
header: "Key ID",
|
||||
accessorKey: "api_key",
|
||||
cell: (info: any) => (
|
||||
<div className="overflow-hidden">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue