-
Change Request
-
Resolution: Fixed
-
Minor
-
None
-
3.0.4
-
Ubuntu
We are in a business where MicroSeconds are being displayed and with every update we need to adjust the includes/func.inc.php file to display the value correctly.
If we don't change the file the output will be displayed as 4.589Kµs instead of 4589.xx µs.
Would it be possible to add "µs" to the blackList part like this:
$blackList = ['%', 'ms', 'rpm', 'RPM', 'µs'];
thnx
Ronald