ezservermonitor-web icon indicating copy to clipboard operation
ezservermonitor-web copied to clipboard

Disk.php bars all show 100% on Ubuntu 22

Open Rob-bb opened this issue 2 years ago • 0 comments

Hi, the disk graphs all show 100% full since I upgraded from Ubuntu 20.4 (php 7.4) to Ubuntu 22 with php 8.1.

But if I comment out these lines in Disk.php the bar graphs are correctly displayed. I am not sure why that would be broken or why it fixes the issue

` // if ($percent > 100) // $percent = 100;

`

Rob-bb avatar May 04 '22 03:05 Rob-bb