diff --git a/core/scripts/webpanel/templates/index.html b/core/scripts/webpanel/templates/index.html
index 15c648c..e9b4475 100644
--- a/core/scripts/webpanel/templates/index.html
+++ b/core/scripts/webpanel/templates/index.html
@@ -59,7 +59,7 @@
Network Speed
-
+
🔽 Download: --
🔼 Upload: --
@@ -71,7 +71,7 @@
Active Connections
-
+
TCP: --
UDP: --
@@ -85,7 +85,7 @@
Server IPs
-
+
IPv4: --
IPv6: --
@@ -219,7 +219,6 @@
.catch(error => console.error('Error fetching server info:', error));
}
-
function updateServiceStatuses() {
fetch('{{ url_for("server_services_status_api") }}')
.then(response => response.json())