diff --git a/site/src/components/AppWindowMockup.astro b/site/src/components/AppWindowMockup.astro
index 00826f7..79bf471 100644
--- a/site/src/components/AppWindowMockup.astro
+++ b/site/src/components/AppWindowMockup.astro
@@ -1,4 +1,5 @@
---
+import DotMatrixText from './DotMatrixText.astro'
const navItems = [
{ label: 'Dashboard', icon: 'grid', active: true },
{ label: 'Nodes', icon: 'server', active: false },
@@ -60,7 +61,7 @@ const tasks = [
{ chip: { label: 'RUNNING', cls: 'border-warning/30 bg-warning/10 text-warning' }, text: 'start VM 100', node: 'pve1', time: '12s ago' },
{ chip: { label: 'OK', cls: 'border-success/25 bg-success/10 text-success' }, text: 'backup VM 101 → local-lvm', node: 'pve2', time: '3m ago' },
{ chip: { label: 'OK', cls: 'border-success/25 bg-success/10 text-success' }, text: 'migrate VM 102', node: 'pve1 → pve3', time: '18m ago' },
- { chip: { label: 'DONE', cls: 'border-white/[0.06] bg-muted text-muted-foreground' }, text: 'update apt', node: 'pve3', time: '1h ago' },
+ { chip: { label: 'DONE', cls: 'border-dotted border-white/10 bg-muted text-muted-foreground' }, text: 'update apt', node: 'pve3', time: '1h ago' },
]
const gauges = [
{ label: 'CPU', icon: 'cpu', percent: '30', width: '30', detail: '7.3 / 24 cores' },
@@ -97,14 +98,14 @@ const quickActions = [
-
-
+
+
-
-
-
+
+
+
-
Clustri — Ops Console
+
@@ -114,14 +115,13 @@ const quickActions = [
-
-
+
+
-
Clustri
-
Ops Console
+
@@ -146,7 +146,7 @@ const quickActions = [
Offline
- Cluster nodes
+
{clusterNodes.map((n) => (
@@ -158,11 +158,11 @@ const quickActions = [
-
+
Settings
-
+
Add Connection
@@ -171,7 +171,7 @@ const quickActions = [
-
Overview
+
home-lab · 192.168.1.10:8006
3 nodes · 2 online
@@ -181,7 +181,7 @@ const quickActions = [
{nodeCards.map((node) => (
-
+
@@ -216,8 +216,8 @@ const quickActions = [