From 431b230f075f91c99e7c4be4f9be493e4cfec5c6 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 19 Apr 2025 16:31:38 -0700 Subject: [PATCH] [UI] Bug Fix, team model selector (#10171) * fix tooltip * bug fix fix team model selector --- ui/litellm-dashboard/src/components/team/team_info.tsx | 4 ++-- ui/litellm-dashboard/src/components/teams.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/litellm-dashboard/src/components/team/team_info.tsx b/ui/litellm-dashboard/src/components/team/team_info.tsx index ef3fa03301..8cf18470cf 100644 --- a/ui/litellm-dashboard/src/components/team/team_info.tsx +++ b/ui/litellm-dashboard/src/components/team/team_info.tsx @@ -353,8 +353,8 @@ const TeamInfoView: React.FC = ({ All Proxy Models - {userModels.map((model) => ( - + {userModels.map((model, idx) => ( + {getModelDisplayName(model)} ))} diff --git a/ui/litellm-dashboard/src/components/teams.tsx b/ui/litellm-dashboard/src/components/teams.tsx index 7e2b48895a..15ae9da377 100644 --- a/ui/litellm-dashboard/src/components/teams.tsx +++ b/ui/litellm-dashboard/src/components/teams.tsx @@ -685,7 +685,7 @@ const Teams: React.FC = ({ Models{' '} - +