From cdce13434ea7b7b1fc77ff7e1e8e9a09d3ab61eb Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 13 Aug 2024 16:08:14 -0700 Subject: [PATCH] fix(teams.tsx): add team_id to team table on ui --- ui/litellm-dashboard/src/components/teams.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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} + +