From 856018d5dfcb9461bdd389978554f0f1a3e4d5ed Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 3 Jun 2024 20:30:06 -0700 Subject: [PATCH] ui - filter by all customers --- .../src/components/model_dashboard.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index 050df55299..82836badcd 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -1045,7 +1045,17 @@ const ModelDashboard: React.FC = ({ Select Customer Name - + { + setSelectedAPIKey(null); + }} + > + All Customers + { allEndUsers?.map((user: any, index: number) => { return (