mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
logging
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "",
|
"src": "/img/NetAlertX_logo.png",
|
||||||
"sizes": "180x180",
|
"sizes": "180x180",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -786,6 +786,14 @@ function renderDeviceLink(data, container, useName = false) {
|
|||||||
|
|
||||||
const device = getDevDataByMac(data.id);
|
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(
|
const badge = getStatusBadgeParts(
|
||||||
device.devPresentLastScan,
|
device.devPresentLastScan,
|
||||||
device.devAlertDown,
|
device.devAlertDown,
|
||||||
|
|||||||
Reference in New Issue
Block a user