From 8eb4ffe3ed021c2d1c87d55082fe4ea23b7ba34d Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Fri, 8 Aug 2025 07:34:23 +1000 Subject: [PATCH] logging --- front/img/manifest.json | 2 +- front/js/ui_components.js | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/front/img/manifest.json b/front/img/manifest.json index 24ff2693..ceab3181 100755 --- a/front/img/manifest.json +++ b/front/img/manifest.json @@ -4,7 +4,7 @@ "display": "standalone", "icons": [ { - "src": "", + "src": "/img/NetAlertX_logo.png", "sizes": "180x180", "type": "image/png" } diff --git a/front/js/ui_components.js b/front/js/ui_components.js index f3a992aa..79796045 100755 --- a/front/js/ui_components.js +++ b/front/js/ui_components.js @@ -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,