forked from phoenix/litellm-mirror
ui - show guardrails
This commit is contained in:
parent
c5897543c8
commit
c60f12a70b
1 changed files with 9 additions and 1 deletions
|
@ -21,7 +21,8 @@ import {
|
||||||
TabPanels,
|
TabPanels,
|
||||||
TabGroup,
|
TabGroup,
|
||||||
TabList,
|
TabList,
|
||||||
Tab
|
Tab,
|
||||||
|
Callout,
|
||||||
} from "@tremor/react";
|
} from "@tremor/react";
|
||||||
import { getCallbacksCall, setCallbacksCall, serviceHealthCheck } from "./networking";
|
import { getCallbacksCall, setCallbacksCall, serviceHealthCheck } from "./networking";
|
||||||
import { Modal, Form, Input, Select, Button as Button2, message } from "antd";
|
import { Modal, Form, Input, Select, Button as Button2, message } from "antd";
|
||||||
|
@ -340,6 +341,9 @@ const Settings: React.FC<SettingsPageProps> = ({
|
||||||
return (
|
return (
|
||||||
<div className="w-full mx-4">
|
<div className="w-full mx-4">
|
||||||
<Grid numItems={1} className="gap-2 p-8 w-full mt-2">
|
<Grid numItems={1} className="gap-2 p-8 w-full mt-2">
|
||||||
|
<Callout title="Presidio PII / Guardrails Coming Soon" color="sky">
|
||||||
|
|
||||||
|
</Callout>
|
||||||
<TabGroup>
|
<TabGroup>
|
||||||
<TabList variant="line" defaultValue="1">
|
<TabList variant="line" defaultValue="1">
|
||||||
<Tab value="1">Logging Callbacks</Tab>
|
<Tab value="1">Logging Callbacks</Tab>
|
||||||
|
@ -347,7 +351,11 @@ const Settings: React.FC<SettingsPageProps> = ({
|
||||||
</TabList>
|
</TabList>
|
||||||
<TabPanels>
|
<TabPanels>
|
||||||
<TabPanel>
|
<TabPanel>
|
||||||
|
|
||||||
<Card >
|
<Card >
|
||||||
|
<Text>
|
||||||
|
Presidio + Guardrails coming soon
|
||||||
|
</Text>
|
||||||
<Table>
|
<Table>
|
||||||
<TableHead>
|
<TableHead>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue