Saturday, August 24, 2024
1 change
Resolved issues and error corrections
Clicking a device in the IoT area could show an error because of how the request was handled. This change updates the request method so users can open device details without that disruption.
Original PR description
There was an error message when clicking on a device in IoT model, due to a null value on a `$.ajax`. We replaced it by a simple `fetch` request.