diff --git a/ui/litellm-dashboard/src/components/usage.tsx b/ui/litellm-dashboard/src/components/usage.tsx index 7958400e7..4b13354af 100644 --- a/ui/litellm-dashboard/src/components/usage.tsx +++ b/ui/litellm-dashboard/src/components/usage.tsx @@ -1,7 +1,7 @@ import { BarChart, Card, Title } from "@tremor/react"; import React, { useState, useEffect } from "react"; -import { Grid, Col, Text, LineChart } from "@tremor/react"; +import { Grid, Col, Text, LineChart, TabPanel, TabPanels, TabGroup, TabList, Tab } from "@tremor/react"; import { userSpendLogsCall, keyInfoCall, @@ -242,72 +242,85 @@ const UsagePage: React.FC = ({ return (
- - - - Monthly Spend - - - - - - Top API Keys - - - - - - Top Users - - - - - - Top Models - - - - + + + All Up + Team Based Usage + + + + + + + Monthly Spend + + + + + + Top API Keys + + + + + + Top Users + + + + + + Top Models + + + + + + + Coming Soon + + +
); };