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,