mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
logging
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"display": "standalone",
|
||||
"icons": [
|
||||
{
|
||||
"src": "",
|
||||
"src": "/img/NetAlertX_logo.png",
|
||||
"sizes": "180x180",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
||||
@@ -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