diff --git a/web/pages/hardware-info.tsx b/web/pages/hardware-info.tsx
index c82e3cb5a..122cc0671 100644
--- a/web/pages/hardware-info.tsx
+++ b/web/pages/hardware-info.tsx
@@ -102,18 +102,6 @@ const series = [
-
cpu:[], disk: [], memory: []; value = %age.
- the times should be the same for each, though milliseconds differ
-
- {JSON.stringify(hardwareStatus)}
-
);
}
\ No newline at end of file
diff --git a/web/pages/storage.tsx b/web/pages/storage.tsx
index fc9a9810f..88862a0af 100644
--- a/web/pages/storage.tsx
+++ b/web/pages/storage.tsx
@@ -12,7 +12,7 @@ function Storage({ config }) {
return (
Local storage is being used. Enable external S3 storage if you want
- to use it.
+ to use it. TODO: Make this message somewhat more informative. Point to documentation or something.
);
}
@@ -74,20 +74,7 @@ export default function ServerConfig() {
return (
-
Server Config
-
- Display this data all pretty, most things will be editable in the
- future, not now.
-
-
-
);
}
diff --git a/web/pages/update-server-config.tsx b/web/pages/update-server-config.tsx
index 901fd1704..4527efda2 100644
--- a/web/pages/update-server-config.tsx
+++ b/web/pages/update-server-config.tsx
@@ -149,24 +149,9 @@ export default function ServerConfig() {
return (
-
Server Config
-
- Display this data all pretty, most things will be editable in the
- future, not now.
-
-
-
- {JSON.stringify(config)}
-
);
}
diff --git a/web/pages/video-config.tsx b/web/pages/video-config.tsx
index faef9a149..b8d58dfea 100644
--- a/web/pages/video-config.tsx
+++ b/web/pages/video-config.tsx
@@ -109,20 +109,7 @@ export default function VideoConfig() {
return (
-
Server Config
-
- Display this data all pretty, most things will be editable in the
- future, not now.
-
-
-
);
}