feat: show recon client identities and associations

This commit is contained in:
2026-08-21 08:40:25 -05:00
parent 21e308386f
commit cd54402892
2 changed files with 70 additions and 10 deletions
@@ -409,6 +409,9 @@ html.dark .recon-row-compare td { background: rgba(25, 118, 210, .18); }
.recon-focus-twin:hover { background: #689f38; }
.recon-focus-detail { display: flex; justify-content: space-between; gap: 10px; padding: 3px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
.recon-focus-detail-label { color: var(--muted); flex: none; }
.recon-focus-client { display: grid; grid-template-columns: 1fr; gap: 2px; padding: 6px 0; border-bottom: 1px solid var(--border); font-size: 12px; }
.recon-focus-client-mac { font-family: Consolas, Menlo, monospace; }
.recon-focus-client-sources { color: var(--muted); }
.recon-sort-arrow { color: var(--muted); font-size: 11px; }
th.recon-sorted { color: var(--primary); }
.recon-per { width: auto; }