From da3ac090de403ad0ad7761e2b2d078d901b81151 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Wed, 18 Dec 2024 19:14:35 +0200 Subject: [PATCH] update griddd stats --- static/js/custom.js | 2 +- templates/partials/home/grid_stats.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/static/js/custom.js b/static/js/custom.js index 078bccdb3..199878847 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -180,7 +180,7 @@ async function getStats() { function formatStatsData(stats) { let items = document.querySelector(".items"); items.classList.remove("animate-pulse"); - document.getElementById("capacity").innerHTML = stats.capacity; + document.getElementById("ssd").innerHTML = stats.ssd; document.getElementById("nodes").innerHTML = stats.nodes; document.getElementById("countries").innerHTML = stats.countries; document.getElementById("cores").innerHTML = stats.cores diff --git a/templates/partials/home/grid_stats.html b/templates/partials/home/grid_stats.html index 15b21d31a..906b1a759 100644 --- a/templates/partials/home/grid_stats.html +++ b/templates/partials/home/grid_stats.html @@ -8,12 +8,12 @@

Version 3.15 is live on Mainnet.

- +
The total amount of storage (SSD, HDD, & RAM) on the grid. 1 petabyte equals roughly 1 million gigabytes. -
CAPACITY
-
+
SSD CAPACITY
+
@@ -54,7 +54,7 @@