forked from phoenix/litellm-mirror
ui - add slack alerting
This commit is contained in:
parent
9b7db7ea47
commit
8bb80ca6ea
2 changed files with 59 additions and 26 deletions
|
@ -46,8 +46,8 @@ const Sidebar: React.FC<SidebarProps> = ({
|
|||
);
|
||||
}
|
||||
return (
|
||||
<Layout style={{ minHeight: "100vh", maxWidth: "100px" }}>
|
||||
<Sider width={100}>
|
||||
<Layout style={{ minHeight: "100vh", maxWidth: "120px" }}>
|
||||
<Sider width={120}>
|
||||
<Menu
|
||||
mode="inline"
|
||||
defaultSelectedKeys={defaultSelectedKey ? defaultSelectedKey : ["1"]}
|
||||
|
@ -89,7 +89,7 @@ const Sidebar: React.FC<SidebarProps> = ({
|
|||
) : null}
|
||||
<Menu.Item key="8" onClick={() => setPage("settings")}>
|
||||
<Text>
|
||||
Settings
|
||||
Integrations
|
||||
</Text>
|
||||
</Menu.Item>
|
||||
{userRole == "Admin" ? (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue