Feature #13520
closedImprove Thermal Sensors Dashboard widget readability
100%
Description
https://github.com/pfsense/pfsense/pull/4616
The PR features a couple of changes.
1. improved upon the graph layout - changed the title to be above the progress bar and added a margin on bottom
Makes it easier to amke it out which bar belongs to which sensor.
2. Fixed a bug which would always build the rows in html instead of only updating them.
If you have a better solution than mine, please let me know.
3. "fixed" dark pfsense theme so that progress-bar matches the dark green color. Did not change other themes.
4. The second commit makes sure the widgets get updated as soon as possible after the user refreshes the page.
Without this, user would wait a couple of seconds before getting thermal sensors and other widgers' data.
A couple of before/after pictures regarding the first commit:
Files