mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
fix adjust spacing
This commit is contained in:
parent
acc74bfbe1
commit
e4327e1b75
1 changed files with 3 additions and 2 deletions
|
@ -1935,12 +1935,13 @@ const ModelDashboard: React.FC<ModelDashboardProps> = ({
|
|||
</Card>
|
||||
</TabPanel>
|
||||
<TabPanel>
|
||||
<Grid numItems={3} className="mt-2 mb-2">
|
||||
<Grid numItems={4} className="mt-2 mb-2">
|
||||
<Col>
|
||||
<Text>Select Time Range</Text>
|
||||
<DateRangePicker
|
||||
enableSelect={true}
|
||||
value={dateValue}
|
||||
className="mr-2"
|
||||
onValueChange={(value) => {
|
||||
setDateValue(value);
|
||||
updateModelMetrics(
|
||||
|
@ -1951,7 +1952,7 @@ const ModelDashboard: React.FC<ModelDashboardProps> = ({
|
|||
}}
|
||||
/>
|
||||
</Col>
|
||||
<Col>
|
||||
<Col className="ml-2">
|
||||
<Text>Select Model Group</Text>
|
||||
<Select
|
||||
defaultValue={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue