From a1a46185339072d77e4b175109472939a785344c Mon Sep 17 00:00:00 2001 From: Chase Dumphord Date: Wed, 6 May 2026 23:23:35 -0500 Subject: [PATCH] feat: add live Grafana dashboard button and update roadmap to reflect live stack --- index.html | 43 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 96f7bad..37ceb8d 100644 --- a/index.html +++ b/index.html @@ -177,9 +177,27 @@ color: var(--accent-2); } + .noc-stack-bar a { + color: var(--accent-2); + text-decoration: none; + } + + .noc-stack-bar a:hover { + text-decoration: underline; + } + + /* Grafana CTA button row */ + .noc-cta-row { + display: flex; + gap: 0.75rem; + flex-wrap: wrap; + margin-bottom: 1.25rem; + } + @media (max-width: 620px) { .layer-tabs { gap: 0.4rem; } .layer-tab { font-size: 0.7rem; padding: 0.3rem 0.65rem; } + .noc-cta-row { flex-direction: column; } } @@ -224,6 +242,20 @@ Not simulated. Not a demo. Running hardware.

+ +
+ + 📊 View Live Grafana Dashboard → + + + View Observability Stack + +
+