forked from phoenix/litellm-mirror
(ui) new build
This commit is contained in:
parent
94efa2d8dc
commit
bd207fe228
38 changed files with 52 additions and 58 deletions
|
@ -79,8 +79,7 @@ const ViewKeyTable: React.FC<ViewKeyTableProps> = ({
|
|||
console.log("RERENDER TRIGGERED");
|
||||
return (
|
||||
<div>
|
||||
<Title>API Keys</Title>
|
||||
<Card className="w-full mx-auto flex-auto overflow-y-auto max-h-[50vh] mb-4">
|
||||
<Card className="w-full mx-auto flex-auto overflow-y-auto max-h-[50vh] mb-4 mt-2">
|
||||
<Table className="mt-5">
|
||||
<TableHead>
|
||||
<TableRow>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue