diff --git a/content/farmnew/V3.png b/content/farmnew/V3.png new file mode 100644 index 000000000..29bcb32c1 Binary files /dev/null and b/content/farmnew/V3.png differ diff --git a/templates/shortcodes/grid_stats.html b/templates/shortcodes/grid_stats.html index 62206cc15..9ae24fe71 100644 --- a/templates/shortcodes/grid_stats.html +++ b/templates/shortcodes/grid_stats.html @@ -1,4 +1,4 @@ -{% set styles = "background-image: url('images/V3.png');" %} +{% set styles = "background-image: url('V3.png');" %} {% set data = load_data(url="https://gridproxy.grid.tf/stats?status=up", required=false, format="json") %} {% if data %} {% set capacity = (data.totalHru + data.totalSru) / 1024 / 1024 / 1024 / 1024 / 1024 %} @@ -18,7 +18,7 @@
- +
{{ capacity | round(precision=2) }}PB capacity @@ -28,7 +28,7 @@
- +
{{ nodes }} nodes @@ -39,7 +39,7 @@
- +
{{ countries }} countries @@ -48,7 +48,7 @@
- +
{{ cores | num_format }} cores