This commit is contained in:
Douglas Barone 2020-12-18 10:00:45 -04:00
parent 6f7cc9ab76
commit 6aaad16a78

View File

@ -180,7 +180,7 @@ export async function getOnlineWifiDevices() {
const hydratedOnlineDevices = onlineDevices[0].map(client => ({ const hydratedOnlineDevices = onlineDevices[0].map(client => ({
user: client['1x_identity'] || null, user: client['1x_identity'] || null,
oui: ouiFinder(client.oui), oui: ouiFinder(client.mac),
mac: client.mac, mac: client.mac,
hostname: client.hostname, hostname: client.hostname,
firstSeen: new Date(client.first_seen * 1000), firstSeen: new Date(client.first_seen * 1000),