From 0130a3de186c1a33497a7abbf39f4343534cdccf Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 26 Nov 2024 13:52:01 +0200 Subject: [PATCH] fix grid status to be dynamic --- templates/partials/home/grid_stats.html | 32 ++++++++++++++++--------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/templates/partials/home/grid_stats.html b/templates/partials/home/grid_stats.html index bd1b68e9b..76f1430ce 100644 --- a/templates/partials/home/grid_stats.html +++ b/templates/partials/home/grid_stats.html @@ -9,29 +9,37 @@

-
+
+
The total amount of storage (SSD, HDD, & RAM) on the grid. 1 petabyte equals roughly 1 million gigabytes.
CAPACITY
+
-
+
+
The total number of Central Processing Unit cores (compute power) available on the grid.
CORES
+
-
+
+
The total number of nodes on the grid. A node is a computer server 100% dedicated to the network.
NODES
+
-
+
+
The total number of countries where at least one node is connected and operational.
COUNTRIES
+
@@ -85,14 +93,13 @@