Update metric details formatting
This commit is contained in:
parent
46f0fee691
commit
bd29aea39e
@ -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" },
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user