jokob-sk / NetAlertX

🖧🔍 WIFI / LAN intruder detector. Scans for devices connected to your network and alerts you if new and unknown devices are found.
GNU General Public License v3.0
3.13k stars 187 forks source link

Fixes to CSS and scripts not loading properly #798

Closed ingoratsdorf closed 2 months ago

ingoratsdorf commented 2 months ago

DEFER in footer for ui_components breaks device details page Typo in CSS in device details

jokob-sk commented 2 months ago

thank you @ingoratsdorf 🙏

ingoratsdorf commented 2 months ago

I cannot recall the exact message in the bowser console but something along the lines of "call of undefined updateIconPreview()". Which is in ui_compoents.js.

jokob-sk commented 2 months ago

Thanks for that! I think I fixed that error in the dev image. I modified the updateIconPreview function quite a bit in the last few commits.