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 || '...'}
-
-
)}