From 09bcb54ba42d15b358b81f5811e685373842cc3e Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 31 Oct 2020 19:29:06 -0700 Subject: [PATCH] Tweak sidebar --- web/pages/components/log-table.tsx | 1 + web/pages/components/main-layout.tsx | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/web/pages/components/log-table.tsx b/web/pages/components/log-table.tsx index 5844a8a59..34e595750 100644 --- a/web/pages/components/log-table.tsx +++ b/web/pages/components/log-table.tsx @@ -47,6 +47,7 @@ export default function LogTable({ logs, pageSize }) { return (
row.time} diff --git a/web/pages/components/main-layout.tsx b/web/pages/components/main-layout.tsx index 0d96e8ef1..91c5eadab 100644 --- a/web/pages/components/main-layout.tsx +++ b/web/pages/components/main-layout.tsx @@ -69,14 +69,11 @@ export default function MainLayout(props) { } - title="Stream Details" + title="Current stream" > Viewers - - Hardware - {broadcastActive ? ( }> Disconnect Stream... @@ -85,9 +82,9 @@ export default function MainLayout(props) { } - title="Utilities" > Server Configuration @@ -98,6 +95,16 @@ export default function MainLayout(props) { Storage + + + } + title="Utilities" + > + + Hardware + Logs