From 8fb84b1375e278bb2ef47522723ff70a983a54b7 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 16 Apr 2025 15:52:38 -0700 Subject: [PATCH] style(entity_usage.tsx): place filter above tab switcher --- .../src/components/entity_usage.tsx | 47 +++++++++---------- 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/ui/litellm-dashboard/src/components/entity_usage.tsx b/ui/litellm-dashboard/src/components/entity_usage.tsx index 62f3dd4af5..e4cfb9bfae 100644 --- a/ui/litellm-dashboard/src/components/entity_usage.tsx +++ b/ui/litellm-dashboard/src/components/entity_usage.tsx @@ -252,6 +252,29 @@ const EntityUsage: React.FC = ({ return (
+ + + Select Time Range + + + + Filter by {entityType === 'tag' ? 'Tags' : 'Teams'} + - - - {/* Total Spend Card */}