From 081e8732dcbcc6e04d94c33d8504632864643b1c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 8 May 2024 17:34:44 -0700 Subject: [PATCH] ui - cleanup view users tab --- ui/litellm-dashboard/src/components/view_users.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ui/litellm-dashboard/src/components/view_users.tsx b/ui/litellm-dashboard/src/components/view_users.tsx index fd152f25f..ebcfc4c2f 100644 --- a/ui/litellm-dashboard/src/components/view_users.tsx +++ b/ui/litellm-dashboard/src/components/view_users.tsx @@ -157,13 +157,11 @@ const ViewUserDashboard: React.FC = ({
- Key Owners: Users on LiteLLM that created API Keys. Automatically tracked by LiteLLM + These are Users on LiteLLM that created API Keys. Automatically tracked by LiteLLM
- - Key Owners - + @@ -189,7 +187,7 @@ const ViewUserDashboard: React.FC = ({ ? user.models : "All Models"} - {user.spend ? user.spend : 0} + {user.spend ? user.spend?.toFixed(2) : 0} {user.max_budget ? user.max_budget : "Unlimited"}