forked from phoenix/litellm-mirror
(fix) clean up team table
This commit is contained in:
parent
75614bc29c
commit
93d41fbe0e
1 changed files with 2 additions and 2 deletions
|
@ -187,9 +187,9 @@ const Team: React.FC<TeamProps> = ({
|
|||
</TableCell>
|
||||
<TableCell style={{ maxWidth: "4px", whiteSpace: "pre-wrap", overflow: "hidden" }}>
|
||||
<Text>
|
||||
TPM Limit:{" "}
|
||||
TPM:{" "}
|
||||
{team.tpm_limit ? team.tpm_limit : "Unlimited"}{" "}
|
||||
<br></br>RPM Limit:{" "}
|
||||
<br></br>RPM:{" "}
|
||||
{team.rpm_limit ? team.rpm_limit : "Unlimited"}
|
||||
</Text>
|
||||
</TableCell>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue