[GLE] Detect Dashboard

Uptime {{ health.uptime || '—' }}
{{ dashboard.total_devices }}
Devices
{{ dashboard.clean_devices }}
Clean
{{ dashboard.suspicious_count }}
Suspicious
{{ dashboard.compromised_count }}
Compromised
{{ dashboard.banned_count }}
Banned
{{ dashboard.active_sessions || 0 }}
Sessions
TimeDeviceVerdictFailPassScoreTime
{{ fmtTime(r.timestamp) }} {{ shortId(r.device_id) }} {{ r.verdict }} {{ r.fail_count }} {{ r.pass_count }} {{ r.integrity_score || '—' }} {{ r.total_time_ms?.toFixed(0) || '—' }}ms
No reports yet. Run test on device.
DeviceVerdictScoreReportsLast SeenStatus
{{ shortId(d.device_id) }} {{ d.last_verdict || '—' }} {{ d.integrity_score || '—' }} {{ d.report_count }} {{ fmtTime(d.last_seen) }} BANNEDATTESTED
No devices
{{ name }} {{ count }}
No data

Device: {{ selectedDevice.device_id }}

Verdict
{{ selectedDevice.last_verdict }}
Integrity Score
{{ selectedDevice.integrity_score }}/100
Reports
{{ selectedDevice.report_count }}
First Seen
{{ fmtTime(selectedDevice.first_seen) }}
Attested
{{ selectedDevice.attested ? '✅ Yes' : '❌ No' }}
GOT Hash
{{ selectedDevice.known_got_hash || 'N/A' }}
SERVER FLAGS
{{ k }}

Latest Checks ({{ selectedDevice.reports[selectedDevice.reports.length-1]?.checks?.length || 0 }})

{{ c.status }} {{ c.name }} {{ c.detail }}