forked from phoenix/litellm-mirror
add text about model group / time range
This commit is contained in:
parent
1d9a96bf8f
commit
2cfb37aaaf
1 changed files with 3 additions and 1 deletions
|
@ -1113,8 +1113,9 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
|
|||
<TabPanel>
|
||||
{/* <p style={{fontSize: '0.85rem', color: '#808080'}}>View how requests were load balanced within a model group</p> */}
|
||||
|
||||
<Grid numItems={2}>
|
||||
<Grid numItems={2} className="mt-2">
|
||||
<Col>
|
||||
<Text>Select Time Range</Text>
|
||||
<DateRangePicker
|
||||
enableSelect={true}
|
||||
value={dateValue}
|
||||
|
@ -1125,6 +1126,7 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
|
|||
/>
|
||||
</Col>
|
||||
<Col>
|
||||
<Text>Select Model Group</Text>
|
||||
<Select
|
||||
className="mb-4 mt-2"
|
||||
defaultValue={selectedModelGroup? selectedModelGroup : availableModelGroups[0]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue