forked from phoenix/litellm-mirror
feat(proxy_server.py): support key lists for /key/info
This commit is contained in:
parent
525b0dc4fd
commit
6b83001459
4 changed files with 61 additions and 21 deletions
|
@ -187,6 +187,12 @@ const UsagePage: React.FC<UsagePageProps> = ({
|
|||
};
|
||||
fetchData();
|
||||
}
|
||||
if (topKeys.length > 0) {
|
||||
/**
|
||||
* get the key alias / secret names for the created keys
|
||||
* Use that for the key name instead of token hash for easier association
|
||||
*/
|
||||
}
|
||||
}, [accessToken, token, userRole, userID, startTime, endTime]);
|
||||
|
||||
topUsers.forEach((obj) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue