Add device traffic counters and ambiguous MAC detection
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-07 14:29:51 +03:00
parent 3157e9e8f7
commit e774486b99
15 changed files with 528 additions and 7 deletions
+3 -2
View File
@@ -248,10 +248,11 @@ export function DevicesPanel({ open, panelRef, closeRef, onClose }) {
<Tooltip>{device.confidence === 'medium'
? 'Устройство использует приватный MAC, производитель может не определиться'
: 'Устройство определено приблизительно'}</Tooltip>
: device.confidence === 'ambiguous'
? 'Один MAC наблюдается у нескольких IP, индивидуальные правила могут быть неточными'
: 'Устройство определено приблизительно'}</Tooltip>
</span>}
</span>}
{device.interface && <span>{device.interface}</span>}
</div>
<span className="client-device-last-seen" tabIndex="0">
<time dateTime={device.lastSeenAt} aria-label={seen.tooltip}>