forked from phoenix/litellm-mirror
ui - view router settings on admin ui
This commit is contained in:
parent
e271ce8030
commit
70da4de3ff
3 changed files with 142 additions and 0 deletions
|
@ -92,6 +92,11 @@ const Sidebar: React.FC<SidebarProps> = ({
|
|||
Integrations
|
||||
</Text>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="9" onClick={() => setPage("general-settings")}>
|
||||
<Text>
|
||||
Settings
|
||||
</Text>
|
||||
</Menu.Item>
|
||||
{userRole == "Admin" ? (
|
||||
<Menu.Item key="7" onClick={() => setPage("admin-panel")}>
|
||||
<Text>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue