diff --git a/apps/web/src/dashboard/detail.html b/apps/web/src/dashboard/detail.html index 7401fbe..4703b82 100644 --- a/apps/web/src/dashboard/detail.html +++ b/apps/web/src/dashboard/detail.html @@ -182,7 +182,7 @@ : '—'; document.getElementById('stat-latency').textContent = avgLatency != null ? `${avgLatency}ms` : '—'; document.getElementById('stat-uptime').textContent = uptime != null ? `${uptime}%` : '—'; - document.getElementById('stat-last').textContent = lastPing ? timeAgo(lastPing.pinged_at) : '—'; + document.getElementById('stat-last').textContent = lastPing ? timeAgo(lastPing.checked_at) : '—'; // Latency chart renderLatencyChart(results.slice().reverse()); @@ -191,7 +191,7 @@ const statusBar = document.getElementById('status-bar'); const barPings = results.slice(0, 60).reverse(); statusBar.innerHTML = barPings.map(c => - `
` + `` ).join('') || 'Create monitors, query results, and manage everything from your terminal.
+Create monitors, query results, and manage everything from your own app or terminal.