- Minor
I already commented this in one of the Unraid 6.8.X or 6.9.X update topics after the main dashboard has been completely changed, but it was never fixed.
Bug:
Clicking on "Disk X" or any other of the clickable icons does randomly nothing.
The reason is that Unraid is reloading most of the content through the "devices" API every second:
And if you click on an icon while the content is reloading, the click does nothing (race condition).
How to solve this:
- the "devices" API should return JSON which contains only the relevant data, like temp, speed, usage, etc without any html code
- the html content stays fixed and only the values are updated
In addition the huge overhead of this API is reduced by >90%, which is nice for mobile vpn connections.