forked from phoenix/litellm-mirror
feat - view callbacks set
This commit is contained in:
parent
7c315d25b4
commit
a6723ff3a5
1 changed files with 11 additions and 9 deletions
|
@ -31,12 +31,12 @@ const Settings: React.FC<SettingsPageProps> = ({
|
|||
return (
|
||||
<div className="w-full mx-4">
|
||||
<Grid numItems={1} className="gap-2 p-8 h-[75vh] w-full mt-2">
|
||||
<Card>
|
||||
<Title>Settings</Title>
|
||||
|
||||
<Grid numItems={2}>
|
||||
<Card className="h-[15vh]">
|
||||
|
||||
<Grid numItems={2} className="mt-2">
|
||||
<Col>
|
||||
<Subtitle>Logging Callbacks</Subtitle>
|
||||
<Title>Logging Callbacks</Title>
|
||||
</Col>
|
||||
<Col>
|
||||
<div>
|
||||
|
@ -54,10 +54,12 @@ const Settings: React.FC<SettingsPageProps> = ({
|
|||
|
||||
|
||||
</Grid>
|
||||
<Button>Add Callback</Button>
|
||||
|
||||
|
||||
<Col>
|
||||
<Button size="xs" className="mt-2">Add Callback</Button>
|
||||
</Col>
|
||||
</Card>
|
||||
|
||||
|
||||
</Grid>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue