mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 13:01:46 +08:00
Add integrations to the sidebar nav
This commit is contained in:
@ -14,7 +14,9 @@ import {
|
||||
PlayCircleFilled,
|
||||
MinusSquareFilled,
|
||||
QuestionCircleOutlined,
|
||||
MessageOutlined
|
||||
MessageOutlined,
|
||||
ExperimentOutlined,
|
||||
|
||||
} from '@ant-design/icons';
|
||||
import classNames from 'classnames';
|
||||
import { upgradeVersionAvailable } from "../../utils/apis";
|
||||
@ -150,6 +152,18 @@ export default function MainLayout(props) {
|
||||
</Link>
|
||||
</Menu.Item>
|
||||
</SubMenu>
|
||||
<SubMenu
|
||||
key="integrations-menu"
|
||||
icon={<ExperimentOutlined />}
|
||||
title="Integrations"
|
||||
>
|
||||
<Menu.Item key="webhooks">
|
||||
<Link href="/webhooks">Webhooks</Link>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="access-tokens">
|
||||
<Link href="/access-tokens">Access Tokens</Link>
|
||||
</Menu.Item>
|
||||
</SubMenu>
|
||||
<Menu.Item
|
||||
key="help"
|
||||
icon={<QuestionCircleOutlined />}
|
||||
|
||||
Reference in New Issue
Block a user