luizf-lf / fluig-monitor

An environment monitoring and dashboard desktop app for Fluig servers.
MIT License
23 stars 9 forks source link

Licenses count monitor showing periodic decimal values #8

Closed msmosso closed 1 year ago

msmosso commented 1 year ago

Licenses count monitor is presenting periodic decimal values

image

luizf-lf commented 1 year ago

@msmosso, I've fixed this by adding a .toPrecision() modifier on the displayed number to round up the value and prevent periodic decimals. It's currently available on the development branch, and will be available on the next public preview release.

luizf-lf commented 1 year ago

@msmosso, this issue has been automatically closed since this problem has been fixed on the latest preview release (0.2.1), merged by the pull request #9
The release it's available at https://github.com/luizf-lf/fluig-monitor/releases/tag/v0.2.1 in case you wanna update your installation.

If the problem still occurs, you can reopen this issue anytime.