forked from phoenix/litellm-mirror
show all models in red on ui
This commit is contained in:
parent
3245d8cdce
commit
6e3ec361ae
3 changed files with 29 additions and 19 deletions
|
@ -147,7 +147,10 @@ const ViewKeyTable: React.FC<ViewKeyTableProps> = ({
|
|||
mode="multiple"
|
||||
placeholder="Select models"
|
||||
style={{ width: "100%" }}
|
||||
>
|
||||
>
|
||||
<Option key="all-team-models" value="all-team-models">
|
||||
All Team Models
|
||||
</Option>
|
||||
{selectedTeam && selectedTeam.models ? (
|
||||
selectedTeam.models.map((model: string) => (
|
||||
<Option key={model} value={model}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue