| Time | Device | Verdict | Fail | Pass | Score | Time |
|---|---|---|---|---|---|---|
| {{ 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. | ||||||
| Device | Verdict | Score | Reports | Last Seen | Status |
|---|---|---|---|---|---|
| {{ shortId(d.device_id) }} | {{ d.last_verdict || '—' }} | {{ d.integrity_score || '—' }} | {{ d.report_count }} | {{ fmtTime(d.last_seen) }} | BANNEDATTESTED |
| No devices | |||||
| Session ID | Device | IP | Last Ping | Seq | Status |
|---|---|---|---|---|---|
| {{ s.session_id }} | {{ shortId(s.device_id) }} | {{ s.ip }} | {{ fmtTime(s.last_ping) }} | {{ s.seq_num }} | {{ s.active ? 'ONLINE' : 'STALE' }} |
| No active UDP sessions | |||||
| Key | Owner | Plan | Devices | Features | Status | Action |
|---|---|---|---|---|---|---|
| {{ l.key }} | {{ l.owner }} | {{ l.plan }} | {{ (l.devices||[]).length }}/{{ l.max_devices }} | {{ (l.features||[]).join(', ') }} | {{ l.active ? 'Active' : 'Revoked' }} | |
| No licenses | ||||||