From bd29aea39eafac0e895428950657c925c1cda098 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 19 Dec 2025 17:50:16 -0300 Subject: [PATCH] Update metric details formatting --- frontend/src/views/HomeView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue index f63a12f..a63bd9f 100644 --- a/frontend/src/views/HomeView.vue +++ b/frontend/src/views/HomeView.vue @@ -100,8 +100,8 @@ const oceanusPillClass = computed(() => (props.labStatus?.oceanus?.up ? "pill-ok const metricItems = computed(() => { const items = [ - { label: "Lab nodes", value: "25", note: "26 total (titan-16 is down)\nWorkers: 8 rpi5s, 8 rpi4s, 2 jetsons,\n\t1 minipc\nControl plane: 3 rpi5\nDedicated: titan-db, oceanus, tethys,\n\t\ttheia" }, - { label: "CPU cores", value: "142", note: "arm + jetson + x86 mix" }, + { label: "Lab nodes", value: "25", note: "26 total (titan-16 is down)\nWorkers: 8 rpi5s, 8 rpi4s, 2 jetsons,\n\t\t\t\t 1 minipc\nControl plane: 3 rpi5\nDedicated Hosts: oceanus, titan-db,\n\t\t\t\t\t\t\t\t tethys, theia" }, + { label: "CPU cores", value: "142", note: "32 arm64 cores @ 1.5Ghz\n12 arm64 cores @ 1.9Ghz\n52 arm64 cores @ 2.4Ghz\n10 amd64 cores @ 5.00Ghz\n12 amd64 cores @ 4.67Ghz\n24 amd64 cores @ 4.04Ghz" }, { label: "Memory", value: "552 GB", note: "nominal\n(includes downed titan-16)" }, { label: "Atlas storage", value: "80 TB", note: "Longhorn astreae + asteria" }, ];