From 8460a28e5d796ebd7285655e6e7a2bef06dd831d Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 2 Jan 2026 00:53:07 -0300 Subject: [PATCH] Update metrics and service grid labels --- frontend/src/views/HomeView.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue index 5bf97b8..39e6fb7 100644 --- a/frontend/src/views/HomeView.vue +++ b/frontend/src/views/HomeView.vue @@ -50,7 +50,7 @@

Service Grid

- email + storage + streaming + pipelines + ai + comms + storage + streaming + development
@@ -102,8 +102,12 @@ 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\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" }, + { + label: "Memory", + value: "552 GB", + note: "64GB Raspberry Pi 4\n104GB Raspberry Pi 5\n32GB NVIDIA Jetson Xavier\n352GB AMD64 Chipsets", + }, + { label: "Atlas storage", value: "80 TB", note: "astreae: 32GB/4xRPI4\nasteria: 48GB/4xRPI4" }, ]; return items.map((item) => ({ ...item,