mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
logging
This commit is contained in:
@@ -786,6 +786,14 @@ function renderDeviceLink(data, container, useName = false) {
|
||||
|
||||
const device = getDevDataByMac(data.id);
|
||||
|
||||
console.log('mac 🔽');
|
||||
console.log(data.id);
|
||||
console.log('mac 🔼');
|
||||
|
||||
console.log('device 🔽');
|
||||
console.log(device);
|
||||
console.log('device 🔼');
|
||||
|
||||
const badge = getStatusBadgeParts(
|
||||
device.devPresentLastScan,
|
||||
device.devAlertDown,
|
||||
|
||||
Reference in New Issue
Block a user