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