From bb1e5b8b41c542a26cb882ceb70ea5836a0f29a2 Mon Sep 17 00:00:00 2001 From: Kris Zyp Date: Mon, 7 Oct 2024 06:47:11 -0600 Subject: [PATCH] Remove system information that is no longer available (because it was crashing servers) --- src/components/instance/status/SystemInfo.js | 37 -------------------- 1 file changed, 37 deletions(-) diff --git a/src/components/instance/status/SystemInfo.js b/src/components/instance/status/SystemInfo.js index 382deffa6..d683f0858 100644 --- a/src/components/instance/status/SystemInfo.js +++ b/src/components/instance/status/SystemInfo.js @@ -77,21 +77,6 @@ function SystemInfo() {
{systemInfo?.freeMemory || '...'}GB
- - -
{systemInfo?.totalDisk || '...'}GB
-
- - - -
{systemInfo?.usedDisk || '...'}GB
-
- - - -
{systemInfo?.freeDisk || '...'}GB
-
-
{systemInfo?.cpuCores || '...'}
@@ -102,28 +87,6 @@ function SystemInfo() {
{systemInfo?.cpuLoad || '...'}%
- - -
{systemInfo?.networkTransferred || '...'}GB
-
- - - -
{systemInfo?.networkReceived || '...'}GB
-
- - - -
- {systemInfo?.networkLatency ? `${systemInfo?.networkLatency} ms` : 'N/A'} -
-
- - - -
{is_local ? 'HARDWARE LIMIT' : storage?.iops || '...'}
-
- )}