summaryrefslogtreecommitdiffstats
path: root/internal/metrics/dashboard.html
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-02-14 14:18:55 -0800
committerbndw <ben@bdw.to>2026-02-14 14:18:55 -0800
commitdbfc55ed1aec5faefacfcfbd51c4de06b316fa90 (patch)
treebda03b5767280f1e7048b0e8c15e1ec07f84cdd0 /internal/metrics/dashboard.html
parent4a99f5dae75636cffdf88f850c46b9e5aad43e69 (diff)
style: dashboard
Diffstat (limited to 'internal/metrics/dashboard.html')
-rw-r--r--internal/metrics/dashboard.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/internal/metrics/dashboard.html b/internal/metrics/dashboard.html
index 489327e..9538ac6 100644
--- a/internal/metrics/dashboard.html
+++ b/internal/metrics/dashboard.html
@@ -31,6 +31,7 @@
31 } 31 }
32 .logo-container svg { 32 .logo-container svg {
33 width: 100%; 33 width: 100%;
34 max-width: 200px;
34 height: auto; 35 height: auto;
35 display: block; 36 display: block;
36 } 37 }
@@ -109,7 +110,6 @@
109 </svg> 110 </svg>
110 </div> 111 </div>
111 112
112 <h1>Relay Metrics</h1>
113 <p>Real-time statistics and performance data. Auto-refreshes every 5 seconds.</p> 113 <p>Real-time statistics and performance data. Auto-refreshes every 5 seconds.</p>
114 114
115 <div id="error"></div> 115 <div id="error"></div>
@@ -210,10 +210,6 @@
210 </div> 210 </div>
211 </div> 211 </div>
212 212
213 <hr>
214
215 <p class="refresh-info">Auto-refreshing every 5 seconds</p>
216
217 <script> 213 <script>
218 let processStartTime = null; 214 let processStartTime = null;
219 215