From 86d64c3447c298bf2559c74f8ae36cb73bea9385 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 13 Jun 2024 14:51:45 -0700 Subject: [PATCH] build(ui/teams.tsx): allow resetting teams budget --- .../src/components/create_key_button.tsx | 1 + ui/litellm-dashboard/src/components/teams.tsx | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/ui/litellm-dashboard/src/components/create_key_button.tsx b/ui/litellm-dashboard/src/components/create_key_button.tsx index 83e8d92647..75edb2ef3b 100644 --- a/ui/litellm-dashboard/src/components/create_key_button.tsx +++ b/ui/litellm-dashboard/src/components/create_key_button.tsx @@ -261,6 +261,7 @@ const CreateKey: React.FC = ({ > diff --git a/ui/litellm-dashboard/src/components/teams.tsx b/ui/litellm-dashboard/src/components/teams.tsx index 56d4f5e0d6..a9b8ffb68b 100644 --- a/ui/litellm-dashboard/src/components/teams.tsx +++ b/ui/litellm-dashboard/src/components/teams.tsx @@ -151,6 +151,17 @@ const Team: React.FC = ({ + + + daily + weekly + monthly + + @@ -635,6 +646,17 @@ const Team: React.FC = ({ + + + daily + weekly + monthly + +