diff --git a/ui/litellm-dashboard/src/components/teams.tsx b/ui/litellm-dashboard/src/components/teams.tsx index 04ab55efe..2b2c57fe7 100644 --- a/ui/litellm-dashboard/src/components/teams.tsx +++ b/ui/litellm-dashboard/src/components/teams.tsx @@ -17,6 +17,7 @@ import { Select as Select2, InputNumber, message, + Tooltip } from "antd"; import { Select, SelectItem } from "@tremor/react"; import { @@ -421,6 +422,7 @@ const Team: React.FC = ({ Team Name + Team ID Spend (USD) Budget (USD) Models @@ -442,6 +444,19 @@ const Team: React.FC = ({ > {team["team_alias"]} + + + {team.team_id} + +