summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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