mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
truncate filter options
This commit is contained in:
parent
53cf43dff6
commit
7798d52cd4
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ const AllModelsTab = ({
|
|||
label: (
|
||||
<Space direction="horizontal" align="center">
|
||||
<Badge color="green" size="small" />
|
||||
<Text style={{ fontSize: 16 }}>
|
||||
<Text ellipsis style={{ fontSize: 16 }}>
|
||||
{team.team_alias ? team.team_alias : team.team_id}
|
||||
</Text>
|
||||
</Space>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue