From f7150cdba21943818df77ec7583cdb1883b3b83f Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 3 May 2024 20:52:30 -0700 Subject: [PATCH] ui - slect start and end date --- .../src/components/model_dashboard.tsx | 46 +++++++++++++------ 1 file changed, 31 insertions(+), 15 deletions(-) diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index f50447381d..cdc8f27679 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -16,7 +16,7 @@ import { AccordionHeader, AccordionBody, } from "@tremor/react"; -import { TabPanel, TabPanels, TabGroup, TabList, Tab, TextInput, Icon } from "@tremor/react"; +import { TabPanel, TabPanels, TabGroup, TabList, Tab, TextInput, Icon, DateRangePicker } from "@tremor/react"; import { Select, SelectItem, MultiSelect, MultiSelectItem } from "@tremor/react"; import { modelInfoCall, userGetRequesedtModelsCall, modelCreateCall, Model, modelCostMap, modelDeleteCall, healthCheckCall, modelUpdateCall, modelMetricsCall, modelExceptionsCall, modelMetricsSlowResponsesCall } from "./networking"; import { BarChart, AreaChart } from "@tremor/react"; @@ -1118,20 +1118,36 @@ const handleEditSubmit = async (formValues: Record) => { -

View how requests were load balanced within a model group

- + {/*

View how requests were load balanced within a model group

*/} + + + + + + + + + + + + + + + + +