This commit is contained in:
Gabe Kangas
2022-03-16 17:54:34 -07:00
committed by GitHub
parent ae88a38acc
commit 1ce2ee398c
6 changed files with 377 additions and 3 deletions

View File

@@ -206,6 +206,9 @@ export default function MainLayout(props) {
<Menu.Item key="hardware-info">
<Link href="/hardware-info">Hardware</Link>
</Menu.Item>
<Menu.Item key="stream-health">
<Link href="/stream-health">Stream Health</Link>
</Menu.Item>
<Menu.Item key="logs">
<Link href="/logs">Logs</Link>
</Menu.Item>