(UI) - Keys Page - Show 100 Keys Per Page, Use full height, increase width of key alias (#9064)

* show 100 keys + increase height of keys

* fix key_alias

* litellm show key alias full width
This commit is contained in:
Ishaan Jaff 2025-03-07 15:43:10 -08:00 committed by GitHub
parent 36f3276d8c
commit 0e7fd162f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 8 deletions

View file

@ -412,7 +412,7 @@ const ViewKeyTable: React.FC<ViewKeyTableProps> = ({
isLoading={isLoading}
pagination={pagination}
onPageChange={handlePageChange}
pageSize={50}
pageSize={100}
teams={teams}
selectedTeam={selectedTeam}
setSelectedTeam={setSelectedTeam}