forked from phoenix/litellm-mirror
ui - cleanup filter by model group
This commit is contained in:
parent
12a2621ead
commit
f67c08335c
1 changed files with 3 additions and 1 deletions
|
@ -634,9 +634,10 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
|
|||
<TabPanels>
|
||||
<TabPanel>
|
||||
<Grid>
|
||||
<div className="flex items-center">
|
||||
<Text>Filter by Public Model Name</Text>
|
||||
<Select
|
||||
className="mb-4 mt-2"
|
||||
className="mb-4 mt-2 ml-2 w-50"
|
||||
defaultValue="all"
|
||||
onValueChange={(value) => setSelectedModelGroup(value === "all" ? null : value)}
|
||||
>
|
||||
|
@ -655,6 +656,7 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
|
|||
</SelectItem>
|
||||
))}
|
||||
</Select>
|
||||
</div>
|
||||
<Card>
|
||||
<Table className="mt-5">
|
||||
<TableHead>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue