From c6d7d5bc98462eac6bdfb671c4800d37af9ad939 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Thu, 19 Jun 2025 15:36:47 -0700 Subject: [PATCH] Revert "move buttons to the left (#11771)" (#11904) This reverts commit bc9f111ee8fd11ec5918075bc10947678dded5a8. --- ui/litellm-dashboard/src/components/view_users.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/litellm-dashboard/src/components/view_users.tsx b/ui/litellm-dashboard/src/components/view_users.tsx index 10bf7cd5b8..ff9dab752e 100644 --- a/ui/litellm-dashboard/src/components/view_users.tsx +++ b/ui/litellm-dashboard/src/components/view_users.tsx @@ -260,8 +260,9 @@ const ViewUserDashboard: React.FC = ({ ); return ( -
-
+
+
+

Users